Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Text Boxes
Message
 
 
To
20/11/1999 01:03:38
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00293408
Message ID:
00293410
Views:
25
>How can I use the Valid Event of a Text Box to make sure a Valid date was typed in?

One easy way to just to set the controlsource of the text box to a date (like today) or a blank date. It will then take care of the validation for you.

In the init of the textbox put.

this.value = date()

or

this.value = {//}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform