Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete already!
Message
From
27/08/1998 11:06:34
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00130334
Message ID:
00130543
Views:
28
>Just delete does not move pointer. You would have to issue a *skip* or *skip -1* to move it. Only *Delete for/while* moves the pointer. Delete for will move pointer to eof(). Delete while starts deletion on the current record and moves down the table while the delete criteria is met. If it is not met on the initial record, it does not move at all and nothing is deleted. There is also a *Delete rest* option that deletes the rest of the records in the table starting with the current record.

Good thing I didn't use DELETE WHILE. It wouldn't have deleted anything. :)

I finally got the thing working. Thanks for your help.

-Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform