Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting rows in a view
Message
From
17/05/2006 10:37:28
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01121965
Message ID:
01122718
Views:
18
I think I worked it out yesterday.

I was using a DO WHILE loop around the view and doing a TABLEUPDATE(0, .T.) on each record. Of course if SET DELETED was OFF then the deleted rows would get deleted properly, but if it was ON, then they would get skipped by the DO WHIE and so never get updated!

>Could you tell more on how do you define the view and its properties, what kind of database/connection, what buffering do you use?
>
>>Hi,
>>
>>I've got a form with a grid on it. The grid is based on a view. the view is opened with table buffering on. I delete a record in the view (simple DELETE command), then press a button that does a TABLEUPDATE(0, .T.), which returns .T.
>>
>>However, the record does is still there when I open up the form again.
>>
>>If I SET DELETED OFF prior to the TABLEUPDATE() the record does get deleted!
>>
>>As this is coming to the end of a very taxing day I would appreciate it if someone can explain to me why SET DELETED OFF makes it work.
>>
>>Thanks,
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform