Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a checkbox to display deleted records
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01446020
Message ID:
01446079
Views:
148
This message has been marked as a message which has helped to the initial question of the thread.
Make the corntolsource for the checkbox be the DELETED() function. In the click event add this code;
IF DELETED()
   RECALL
ELSE
   DELETE
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform