Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Header Files
Message
From
13/07/2010 15:15:41
 
 
To
13/07/2010 11:41:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01472345
Message ID:
01472391
Views:
61
This message has been marked as the solution to the initial question of the thread.
>So basically you always have to assign a unique workspace number if you need to use multiple tables at the same time. So you can use alias references after the fact, but you initially need a workspace number when you use them, correct?
>
>When you say select 0 auto assigns an unused one that would be easier to manage because you can use the alias after that point and it would not matter what number VFP gave it, if you always do select 0 you will always know your getting an unused space for it? Am I correct in my thinking here?

IMHO the best solution solution is this
Use yourtable in select('yourtable')
If Yourtable is already in use, it will be selected; if not it will be used in a new work area.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform