Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit
Message
From
23/02/2006 09:46:49
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Edit
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01098471
Message ID:
01098490
Views:
10
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform