Page 1 of 1

cGetFile() problem with Windows Vista

Posted: Fri Jul 25, 2008 5:25 am
by dutch
Dear Antonio,

I found the unstable function cGetFile() that use with Windows Vista. Almost the time the program quit without error message. I don't know why but it has no problem with Windows XP.

cGetFile( "*.dbf", "Select a DBF" )

Regards,
Dutch

File-selection

Posted: Fri Jul 25, 2008 8:05 am
by ukoenig
hello Dutch,

have you tested cGetFile32 ? :


File selection standard 32 bits DialogBox

Syntax:

cGetFile32( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [lSave], [nFlags], [cInitialFile] ) --> cFileName

This function invokes the 32 bits Windows default select a file DialogBox.

I work with VISTA and it is ok.

Best Regards
Uwe :lol: