Avatar

Level 9

@

pguerett

Thanx . But i did exactly the same u told much before . I copied the entire hierarchy which is displayed in the script editor much before .

Still then it shows no O/P .

if(TopmostSubform.Page2.Table.resolveNode.("#Cell[12].L1_ResTotalNumMeters").rawValue < TopmostSubform.Page2.Table.resolveNode.("#Cell[11].L1_ResNumAdvMeters").rawValue)
{
   app.alert("Error");
   }

NOTE :

Here TopmostSubform is the parent form.

        The table lies in Page 2.(Which is not a table created by subforms and text field  rather)

        I have to compare the values of Cell [11] and Cell [12] , the fields are L1_ResNumAdvMeters and L1_ResTotalNumMeters respectively.

        Both the Cell[11] and Cell [12] are subforms (or warpped in subform.)

                 I have tried for last 20 days . Still i am scratching my head .