Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about textboxes' lostfocus()
Message
 
To
24/05/2004 03:32:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00906364
Message ID:
00906436
Views:
19
>thisform.txttodate.value= DATE()
>thisform.txtfrdate.value = DATE()
>dfrdate = thisform.txtfrdate.value
>dtodate = thisform.txttodate.value
>this will initialize both textboxes to date(). will txttodate change after >user enters a value in txtfrdate?

(",)

Evelyn No.., but if you want to change also the value of the txttodate same as the date value of your txtfrdate when your user input date values, you can put your code in the interactivechange of txtfrdate like..
thisform.txttodate.value = thisform.txtfrdate.value
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Previous
Reply
Map
View

Click here to load this message in the networking platform