Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to delete a free table record?
Message
From
17/05/2002 01:42:18
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to delete a free table record?
Miscellaneous
Thread ID:
00658004
Message ID:
00658004
Views:
50
Hi all:

I am having problems with a form that is populated using the scatter and gather commands. when the user clcikc the first Delete button, they are presented with another form requesting confirmation to delete. The click event of the confirmation form has the following code.
delete
skip
if eof()
	go bottom
endif
thisform.release()
The user will now be at the original form. The original form has the following settings in the Init()
select 50
use patient order tag last_name of patient.cdx
set multilock on
CURSORSETPROP("Buffering", 5, "patient")
Problem: Each time I delete a record, it appears to be deleted in that the deleted record does not show up on the original form during navigation. However, when I exit the form and return, the deleted record always shows up!

Any suggestions? TIA.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Next
Reply
Map
View

Click here to load this message in the networking platform