Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Close Current Area
Message
De
27/04/2004 08:14:47
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
27/04/2004 07:24:18
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00898423
Message ID:
00898454
Vues:
11
It is hard to read code that has alias name "A". It is not good to ...
SELECT A
USE
because you have to:
LOCAL lnSelect
lnSelect = SELECT()
SELECT A
USE
SELECT (m.lnSelect)
.

It is best to do this instead
USE IN SELECT("alias")
.

>hi Borislav
>i m using this command
>
>Select A
>use
>
>regards
>Mazahir
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform