Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Triggers, CANNOT Update the Cursor err
Message
From
04/07/2003 12:52:30
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00806999
Message ID:
00807032
Views:
16
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform