I can't remeber right now how this is done. Is it by calling cGetFile() and passing some flags?
TIA.
hua wrote:I can't remeber right now how this is done. Is it by calling cGetFile() and passing some flags?
#include "FiveWin.ch"
Function Main()
Local cNewName, ;
cMask := "Databases (*.dbf)|*.dbf|All files (*.*)|*.*", ;
cTitle := "Select the database", ;
cFolder := "c:\fwh\samples", ;
cFilename := "customer.dbf", ;
lSave := .T.
cNewName := cGetFile( cFilter, cTitle,, cFolder, lSave,,, cFileName )
?cNewName
Return Nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 62 guests