Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace Statement
Message
De
29/07/1998 06:36:30
 
 
À
29/07/1998 03:32:02
Yin Min Chen
Nec Home Electronics(M) Sdn Bhd
Sungai Petani, Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00122224
Message ID:
00122235
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform