Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Valid , and CurVal , OldVal and ...?
Message
De
25/06/2002 08:36:14
 
 
À
25/06/2002 07:18:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00671935
Message ID:
00671956
Vues:
22
This message has been marked as the solution to the initial question of the thread.
You could make a logical property (eg: ischanged).
In the interactivechange event of the textbox you can set this property .t.

In the valid-event you ask:
if thisform.ischanged
   thisform.ischanged=.F.
   return
else
   ...
endif
HTH

Wish you a nice day!
robert.oh.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform