Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted record not showing
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Deleted record not showing
Miscellaneous
Thread ID:
00316767
Message ID:
00316767
Views:
70
Hi.
I have a form which has a Grid,whose record source is a buffered view.
(Type 5 Optimistic Buffering is set )
I also have a Delete button, to allow a record to be deleted from the view. When I delete a record,the deleted record does not disappear from the grid UNTIL I move to a different record.
My delete code is as follows:

SELE V_IDE
IF .NOT. EOF()
DELETE

&& 12-12-99
ThisForm.InfieldsModified = .T.
ENDIF

* refresh the grid
THIS.PARENT.grdIDE.Refresh()

THISform.REFRESH

I have similar code in other forms ant it seems to work ?

regards,
Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform