I just started trying the cGetFile() function. Looks great but I would like to be able to pass it a filter, For example if I just wanted .dbf files I would like to be able to do something like
Code: Select all
sChosenFile := cGetFile( " *.dbf" )
Thanks
Doug
(xProgrammer)