Ernesto_Paez
MIS
Hi Guys,
i have this code, i need some help on the below question please
i need after the "Browse normal" to add "COPY TO drive\filename type csv" where drive can be any drive i select and pass the "lcunit" value to the "filename", so that way the filename will be saved as whatever is in "lcunit"
so i need to get prompted where to save the csv file, can you please guide me how can i do that ?
Thanks
i have this code, i need some help on the below question please
Code:
lcUnit = GETENV("COMPUTERNAME")
SET DEFAULT TO (m.lcFolder)
For lnFile = 1 To Adir(aLnk,"*.lnk")
lcLink = aLnk[m.lnFile,1]
loFile = loFolder.ParseName(m.lcLink)
objLink = loFile.GetLink
Insert Into DeskLinks Values (m.lcUnit, m.lcLink, objLink.Path)
ENDFOR
Go Top
Browse Normal
i need after the "Browse normal" to add "COPY TO drive\filename type csv" where drive can be any drive i select and pass the "lcunit" value to the "filename", so that way the filename will be saved as whatever is in "lcunit"
so i need to get prompted where to save the csv file, can you please guide me how can i do that ?
Thanks