Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT
Message
De
05/07/2000 14:25:21
 
 
À
05/07/2000 14:17:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: SELECT
Divers
Thread ID:
00388441
Message ID:
00388451
Vues:
10
>VFP 6.0
>
>I want to use a table in a form to get data. It is the only time I will use this table so I want to open it, get the data, then close it.
>
>In the old FPW I could "select 0" and it would give me the next available work area.
>
>How do you do this in VFP?

Also
Use < table > IN 0
will open the table in the first available area then you can
Select < table >

Typically, you might write something like:


IF NOT USED( "< table >" )
USE < table > AGAIN IN 0
ENDIF
SELECT < table >
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform