Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local Views - Delete Vs. Update
Message
From
10/01/2000 21:23:27
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00315369
Message ID:
00315918
Views:
29
>Eric!
>
>Can you help me?
>
>Y. Sivaram

What would you like the view to do? If you just need to notify the user that his record has been deleted, you can check the deleted status of the underlying record with DELETED(), or by performing a SELECT SQL to see if the record still exists, before TABLEUPDATE().

If the second user's changes should recreate the record, you can set the views update method to use DELETE, then INSERT. This option is available in the view designer.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform