Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PROPER in putfile
Message
From
02/04/2004 19:23:27
 
 
To
02/04/2004 19:19:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00891677
Message ID:
00891943
Views:
24
>
>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.

Yes, I know, but as I said, and as you've seen in your experimenting, PUTFILE ignores the case of the filename you pass it.

Perhaps, I don't know offhand, the common dialog control would work better for you ?
Previous
Reply
Map
View

Click here to load this message in the networking platform