Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting
Message
 
 
To
08/08/2001 18:54:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00541614
Message ID:
00541621
Views:
15
>what command can i use for a button in a form to delete the record. I just type delete and when I click the the button, the form with that record disappear but the record is still there

When you issue DELETE, the record has been marked for deletion, but not removed from the table. To remove deleted records from the table, you need to USE the table EXCLUSIVELY, then issue PACK. Be aware that this will remove all records that have been marked for deletion. If you just want the record to not show up when users are looking through the data, take a look at SET DELETED in the help file. Good luck,
John
Previous
Reply
Map
View

Click here to load this message in the networking platform