Popup Calendar

jacquelineliu

New Member
I need to add a popup calendar to a text field. Can this be done without using OCX? :confused:
What about javascript? Can it be implement to Progress?

Thanks
 

jongpau

Member
Are you using Progress or WebSpeed? And for both, what version of Progress/WebSpeed are you using and on what OS?

If you are using Progress you could create a little program that does this for you. If it is WebSpeed, then you should certainly be able to do it in JavaScript
 

Don Alexander

New Member
Calendar

I have written a calendar function in V8 gui that you can pop-up virtually
anywhere. It has a single parameter that returns a date selected.
It is perpetual and you can select year and month. Also displays julian date
and days remaining in the year for highlighted date. The pgm requires
bitmaps for the display dates but this could easily be converted back to
using text on the buttons. If you would like to see the code, e-mail me and
I will try to help.
 
Top