cGetFile() problem with Windows Vista

Post Reply
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

cGetFile() problem with Windows Vista

Post 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
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

File-selection

Post 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:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
Post Reply