Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Activate Window 'Calendar' is not active long
Message
From
06/08/2009 18:43:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Activate Window 'Calendar' is not active long
Miscellaneous
Thread ID:
01416627
Message ID:
01416627
Views:
159
This is a perplexing problem i can't solve.
(I have raised this question before as 'date box' and some of you have shown me alternatives to use. However i would like to know the remedy to the original VFP calendar.

1) **If i leave the code as follows as an isolated task it displays the calendar and allows input and the input is stored to _DIARYDATE

=MESSAGEBOX("Select a date then close window",48)
ACTIVATE WINDOW 'calendar' && this displays calendar and accepts input
*********************************************

2) **If i ADD any command afterwards i cannot input the active calendar window - the program jumps to the next command line

=MESSAGEBOX("Select a date then close window",48)
ACTIVATE WINDOW 'calendar'
=MESSAGEBOX(DTOC(_DIARYDATE),64) && program jumps immediately to this without alowing input to calendar
**********************************************

3) Is there a line of code i am missing AFTER activate that will allow input to the calendar BEFORE moving to the next command line.

thanks

k
Next
Reply
Map
View

Click here to load this message in the networking platform