Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A small one ;-)
Message
From
26/08/2005 02:44:41
 
 
To
25/08/2005 19:09:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01044150
Message ID:
01044200
Views:
15
>I have noticed that when I open a table with the code below, it get's reported as not open when I try to access it from a form. Why?
>
>
>Close Tables All
>FileName = Getfile("dbf","Select file number","Load")
>Use &FileName
>
Just a sidenote. Always use name expressions whenever possible, they are faster and safer. In your case, if FileName contains spaces, your code won't work at all!
Use (FileName)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform