Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dates before 1900
Message
From
28/05/1999 07:28:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Dates before 1900
Miscellaneous
Thread ID:
00223881
Message ID:
00223881
Views:
43
Hello:

I'm trying to force users not to enter dates before 1900 into a text box.

I have the following code in the valid event but it won't allow
me to enter any dates now. Dates entered, i,.e. 1965/09/08 give me invalid input.

Local llpastdate
llpastdate = this.value < {1900/01/01}



If llpastdate
=messagebox("You cannot enter a century befpre 1900")
Endif
return llpastdate
Next
Reply
Map
View

Click here to load this message in the networking platform