Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoiding the OPEN TABLE dialog box
Message
De
07/12/1998 14:33:49
 
 
À
05/12/1998 11:45:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00164261
Message ID:
00164889
Vues:
22
We have coded a routine, which accepts the table name / alias as its parameter, checks among other things to ensure it is 'in use'. summary of this check is:

if .not. used( m.lcParameter )

select 0
use ( m.lcParameter ) ;
alias ( m.lcParameter ) ;
Shared && may omit 'Shared' for cursor / temporary / data entry files

endif

IMHO this is not much overhead, to avoid looking 'stupid'.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform