Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DTP control
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00298067
Message ID:
00298171
Views:
21
>I've been using something like this:
>
>Local ldtHold
>do form frmcal2 to ldtHold
>If Type('ldtHold') = 'L'
> = Messagebox('No date was selected....',0,'No Date')
>Else
> ThisForm.txtDate1.value = ldtHold
>EndIf
>
>I've got the calendar control on form frmcal2. If they dont' select a date the control that I'm using it returns a .F. instead of a datetime.
>
>
>
>>Is there any way to see if a user actually clicked on any date after he dropped a calendar down?
>>Thanks Mark
No, I have control on the same form.
Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform