Link to home
Start Free TrialLog in
Avatar of Eduardo Fuerte
Eduardo FuerteFlag for Brazil

asked on

How to apply a calendar to be fired from a textbox to choose a date ?

Hi Experts

Do you know how to apply a calendar to be fired from a textbox to choose a date ?

Thanks in advance
Avatar of Pavel Celba
Pavel Celba
Flag of Czechia image

You may use Microsoft Date and Time Picker OLE control. Many more other calendar controls exist.

If you need just FoxPro Calendar window to appear then you may simply display it on some Hot key:

ON KEY LABEL F9 Activate Window Calendar

and save _diaryDate variable into the Textbox.Value when you close the Calendar window.
ASKER CERTIFIED SOLUTION
Avatar of Olaf Doschke
Olaf Doschke
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Eduardo Fuerte

ASKER

Exactly what I need.
Hello

I've found a good option (must be rdimensioned)

http://fox.wikis.com/wc.dll?Wiki~CalendarControl~VFP