I am using
activate window calendar
to implement a date picker function.
What i have is a text box field and command button
In the click method I have the following code :
ACTIVATE WINDOW calendar
THISFORM.date.value = _DIARYDATE
THISFORM.Refresh
However, it always returns me the wrong date or a date value that I selected from previous clicks of the button.
Is there any way I can obtain the date I selected ????
I need to do this using VFP3 for the time being, then change to VFP7 later. Are there better solutions for VFP7 ??
activate window calendar
to implement a date picker function.
What i have is a text box field and command button
In the click method I have the following code :
ACTIVATE WINDOW calendar
THISFORM.date.value = _DIARYDATE
THISFORM.Refresh
However, it always returns me the wrong date or a date value that I selected from previous clicks of the button.
Is there any way I can obtain the date I selected ????
I need to do this using VFP3 for the time being, then change to VFP7 later. Are there better solutions for VFP7 ??