Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete()
Message
From
10/09/2002 16:03:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Delete()
Miscellaneous
Thread ID:
00699027
Message ID:
00699027
Views:
66
My application is currently using bizobj.delete() method. After my bizobj.requery(), I am using the code bizobj.delete(.F.,"",.T.) to delete the record/s read. My understanding is that the first param (.F.) indicates that not all records will be deleted. Only the last record/s read will be deleted. The last param (.T.) indicates that the table affected will be updated immediately by the changes.

However, I am encountering instances wherein when I use
bizobj.delete(F.,"",.T.), ALL the records of my TABLE are deleted. I am currently using views defined as in "Table buffering". I am just not sure if this has a connection with my problem. What do I need to set or do before calling the delete() method to avoid deleting all my records?

Thanks a lot for all the help.

Nerissa
Next
Reply
Map
View

Click here to load this message in the networking platform