Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set defa to
Message
 
To
20/11/2004 12:54:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00963220
Message ID:
00963234
Views:
8
In addition to Hilmar an Tore, you can also use GETFILE() to assign your textbox value:
* You could place this code in your textbox's Rightclick 
lcReturnFolder=SET('dire') && Save the current directory
lcXLSFileFolder="d:\bills\aar" 
CD (lcXLSFileFolder)
this.value=GETFILE("XL?","Select Excel FIle","Retrieve",0)
CD (lcReturnFolder)
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform