Started by cmwade77 ·
2008-06-23 21:57 UTC ·
4 replies · SMF topic #366
cmwade77
2008-06-23 21:57 UTC
I am having some problems with the Month Picker, I can't seem to find documentation anywhere on how to return the date that is selected, can anyone help me out?
bazzacad
2008-06-23 22:03 UTC
Have you had a look at the "Intelligent Help" system yet?
Double-click on a control to launch it.
Method GetCurSel as List (Year Month Day)
This method returns the currently selected date.
(Setq rValue (dcl_Month_GetCurSel Untitled_Form1_MonthPicker1))
bazzacad
2008-06-23 22:30 UTC
Just out of curiosity, is this your first time learning\using OpenDCL or ObjectDCL?
I'm asking because I'd like to know how easy new users find it to learn.
Would some training videos be helpful?
P.S. We'll be holding an OpenDCL class at this years AU.
cmwade77
2008-06-23 23:07 UTC
I have done a little bit with ObjectDCL, but this is my first full project in either. Some videos would be very helpful; although, I had figured out the intelligent help was there just before you posted about it, thank you though, although the intelligent help is a little hard to follow.
bazzacad
2008-06-23 23:16 UTC
author=cmwade77 link=topic=366.msg1608#msg1608 date=1214262444 wrote:
although the intelligent help is a little hard to follow.
What about it is hard to follow, or is it just a little overwhelming when you first open it?