Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Behavior that is new to me
Message
 
 
To
02/01/2006 13:13:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01082321
Message ID:
01082470
Views:
9
Grady,

It's a bad idea to reference workareas by number. You should use meaningfull alias or a table name. Something like
* Table name as alias
USE (filename) in 0 
SELECT <table name>
...
* Specifying alias
USE (filename) in 0 ALIAS <whatever>
SELECT <whatever>
>
>I tried your idea, but it didn't fix the trouble. I am wondering if the table name could be the problem. It is a variable in braces.
>
>USE (filename) in 2
>
>is how it is established and
>
>Select 2
>
>is how it is called when the error occurs.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform