Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Header Files
Message
De
13/07/2010 15:15:41
 
 
À
13/07/2010 11:41:58
Kevin Hickman
The Cadle Company
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01472345
Message ID:
01472391
Vues:
62
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform