Any workaround?
- Code: Select all Expand view
- #include "Fivewin.ch"
FUNCTION MAIN()
CGETFILE( "All files (*.*)|*.*", "Select a file", , CURDRIVE() + ":\" + CURDIR() )
RETURN NIL
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
CGETFILE( "All files (*.*)|*.*", "Select a file", , CURDRIVE() + ":\" + CURDIR() )
RETURN NIL
Restores the current directory to its original value if the user changed the directory while searching for files.
This flag is ineffective for GetOpenFileName
Restores the current directory to its original value if the user changed the directory while searching for files.
This flag is ineffective for GetOpenFileName.
Return to Bugs report & fixes / Informe de errores y arreglos
Users browsing this forum: No registered users and 3 guests