Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tip of the day: using SELECT(0)
Message
De
24/10/1999 10:51:05
Walter Meester
HoogkarspelPays-Bas
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Tip of the day: using SELECT(0)
Divers
Thread ID:
00280569
Message ID:
00280569
Vues:
39
Frequenly I see people use the following kind of structure:

cAlias=ALIAS()

do something...

IF !EMPTY(cAlias)
SELECT (cAlias)
ENDIF


This can be done much easier by:

nWorkArea = SELECT(0)

do something

SELECT (nWorkArea)


Walter,
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform