Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trigger
Message
From
07/05/2003 03:00:29
 
 
To
07/05/2003 01:09:01
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00785667
Message ID:
00785681
Views:
24
>hi,
>How to implement trigger that update a datetime field if the record is deleted?
>I tried to call a methos that REPLACE lDeleteTimeStamp WITH DATETIME() but VFP return "cannot update the cursor"
>
>Thank you

John,

When a triggers fires for an alias, you cannot change anything at the record and neither can you move the record pointer until the trigger exits

You can change fields in the record validation rule, but then I do not think it is called for a delete

Difficult problem
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform