Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace Statement
Message
From
29/07/1998 06:36:30
 
 
To
29/07/1998 03:32:02
Yin Min Chen
Nec Home Electronics(M) Sdn Bhd
Sungai Petani, Malaysia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00122224
Message ID:
00122235
Views:
18
>I try to replace certain record in my table, when i issue the replace statement as below :
>
>REPLACE CURRCODE WITH SYS(2015) FOR CURRCODE=thisform.pageframe1.page1.txtCode
>
>The error below came out :
>
>OPERATION IS INVALID FOR A MEMO, GENERAL OR PICTURE FIELD.
>
>But when I replace thisform.pageframe1.page1.txtCode with the constant example "333", and it works.
>
>Can anyone tell me Why?
>
>Thank U very much.
Hi Yin.

Try this:

REPLACE CURRCODE WITH SYS(2015) FOR CURRCODE=thisform.pageframe1.page1.txtCode.Value

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform