I am working on a project where i am required to update the values for a given row on a formGrid using a script. Here is what i am trying
FormDateControl = form5604D4.design().control(12294);
FormDateControl.dateValue( 10\02\2012 );
The dateControl is inside a grid i tried to debug and realized that the FormDateControl does get initialized however the dateValue is not reflected in the GridControl
I get no error message whatsoever. Appreciate your help
*This post is locked for comments
I have the same question (0)