Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid , and CurVal , OldVal and ...?
Message
From
25/06/2002 08:36:14
 
 
To
25/06/2002 07:18:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00671935
Message ID:
00671956
Views:
19
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform