Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting records
Message
From
15/06/2006 12:30:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Deleting records
Miscellaneous
Thread ID:
01129321
Message ID:
01129321
Views:
55
VFP 9

I have a form with the following code
SELECT pireq 
DELETE FROM pireq WHERE creqno = lcreqno
BROWSE
SELECT piitems
DELETE FROM piitems WHERE creqno = lcreqno
BROWSE  	
when browing the tables from within the form method the records are marked as deleded, but when I view the same records from the "data" tab of the project manager they are not marked as deleted.

The dataenviorment is set to private and optomistic. For the tables I have bufferoveride set to optomistic and a filter, and an order set.

Why? Any help appreicatied.
Next
Reply
Map
View

Click here to load this message in the networking platform