Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETFILE() with path
Message
From
14/02/2000 12:21:42
 
 
To
07/02/2000 06:11:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00327530
Message ID:
00331783
Views:
16
Works !!
Made slight change

function mygetfile
lparameters cPath
LOCAL jcSvPath,jcFile
jcSvPath = SYS(5)+SYS(2003)
set default to (cpath)
jcFile = GETPICT()
SET DEFAULT TO (jcSvPath)
return jcFile

Thanks Alot
Shlomo
Previous
Reply
Map
View

Click here to load this message in the networking platform