I have a problem in setting the value of an DateTimeControl from within the script. Any idea if it is possible?
i'm doing:
code:
//example date
var date = "14-07-2006";
newWnd.SetControlText("DateValue", date);
where the date format is same as the custom format i specified in the xml: dd-MM-yyyy.
Thanks for your help
---------- first part solved, the bug remains
---------------
(Also i believe there is a bug with hidden controls because if I change their value they get visible again, and i couldn't find a way to set the control visible attribute to false again)