Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid method in a grid textboxes
Message
From
01/04/2001 00:27:12
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00489616
Message ID:
00490681
Views:
7
What I do is this:
In Gotfocus event:
This.Tag = ""

In Interactivechange:
This.Tag = "T" && Or any char than you want

In Valid:
Local lReturn
If This.Tag = "T"
* Here come your valid code
* and modifi the lReturn Value
Else
lReturn = .T.
EndIf

Return lReturn
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Previous
Reply
Map
View

Click here to load this message in the networking platform