Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffering data
Message
De
25/03/2006 07:07:57
 
 
À
25/03/2006 06:01:05
Mk Sharma
Shrishti Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01107621
Message ID:
01107629
Vues:
26
These 7 (6) lines
if used("customer")
sele customer
else
sele 0
use customer
endif
sele customer && not necessary anyway!
can be replaced by only two lines
use customer in select('customer')
select customer
or
select select('customer')
use customer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform