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 );
*This post is locked for comments