Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using a checkbox to display deleted records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01446020
Message ID:
01446079
Vues:
147
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform