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 Expand view
sChosenFile := cGetFile( " *.dbf" )
Is this possible?
Thanks
Doug
(xProgrammer)