Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Deletion Mark on Grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00351235
Message ID:
00351241
Views:
24
>I have a grid whose controlsource is a remote view.
>I have Optimistic Table Buffering On in the data environment and SET DELETED OFF for the data session.
>
>After deleting a record on the grid, I perform the following select statement:
> SELECT * FROM WHERE DELETED() INTO CURSOR c1
>
>The resulting cursor has no records. Even more confusing is when I try DELETED('remote_view') and the record pointer is on the deleted record, it returns .F.
>Any ideas why this is happening?
>
>Thanks in advance
>
>George

The records are not actually deleted before you issue TableUpdate.
Try TableUpdate and then your select statement...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform