Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit
Message
De
23/02/2006 09:46:49
 
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:
01098490
Vues:
9
thank you.
i'll try it,

i need new idea if any one have to correct all the code.

anyway thanks again.



>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
Répondre
Fil
Voir

Click here to load this message in the networking platform