Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subtract two times
Message
 
To
27/12/2004 05:24:36
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
Miscellaneous
Thread ID:
00971289
Message ID:
00972289
Views:
15
Put a TextBox in a form.
Set InputMask to "##:##:##"
In VALID event of the TextBox:
** Valid EVENT

RETURN VAL(LEFT(this.Value,2))     < 24 .AND.;
       VAL(SUBSTR(this.Value,4,2)) < 60 .AND.;
       VAL(RIGHT(this.Value,2))    < 60
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform