cGetFile32 initial file

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

cGetFile32 initial file

Post by Silvio.Falconi »

I wish show the name of the file when the user select a folder to save a file

//cGetFile( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [<lSave>], [<lLongNames>], [<nFlags>], [<cInitialFile>] ) –> cFileName

I tried with

cNamePdf := oBrowse:aArrayData[ oBrowse:narrayat][3]
cPdfFile := cGetFile32( "Fattura Pdf | *.Pdf |", "Salva in" ,0, cDirBackUp,.T.,.t.,,cNamePdf)

but not run
how I can make to show the cNamepdf on dialog cGetFile32 ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply