Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit
Message
 
À
23/02/2006 09:18:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Edit
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01098471
Message ID:
01098488
Vues:
14
when you do this
IF m.storeid=ALLTRIM(thisform.text1.Value)
     GATHER memvar for storeid=m.storeid && error
     .
     .
     .
     <snip>
ELSE
are you trying to do this?
IF m.storeid=ALLTRIM(thisform.text1.Value)

     REPLACE field1 with m.field1, field2 with m.field2 for storeid=m.storeid 
     .
     .
     .
     <snip>
ELSE
The REPLACE command can use a SCOPE clause where GATHER cannot.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform