Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Triggers, CANNOT Update the Cursor err
Message
De
04/07/2003 12:52:30
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00806999
Message ID:
00807032
Vues:
17
>I know , Iknow I missed a little piece of code here. this doesn't fix the problem though
>
>
>IF !EMPTY(lcString) THEN
>	lcFieldToUpdate = lcAlias + '.' + lcFieldToUpdate
>	replace  &lcFieldToUpdate WITH &lcFieldToUpdate + lcString + CHR(13) IN &lcAlias  &&err message here
>ENDIF
>
Selim,

If I'm not mistaking, you are updating the record that caused the trigger to fire. Hence, the error.


You can do that in the RecordValidation rule though.
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform