Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PROPER in putfile
Message
From
02/04/2004 19:19:24
 
 
To
02/04/2004 19:10:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00891677
Message ID:
00891942
Views:
33
LOCAL lcFileName, lcDir
lcFileName = "My File.DOC"
lcFileName = PUTFILE("Filename:",lcFileName,"doc")
lcDir = ADDBS(JUSTPATH(lcFileName))
lcFileName = lcDir + PROPER(JUSTFNAME(lcFilename))
?lcFileName
this will show me the putfile first, then convert the lcfilename to PROPER. i want to actually bring the PROPER once the PUTFILE fires.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform