Thanks Paul!For anyone interested, here is the final code i used in FromCalc; and it works flawlessly:form1.Remarks_Page_3.Remarks_Summary.Remarks[this.parent.index].WBSCLIN = form1.Analysis_Summary.Analysis[this.parent.index].WBSCLIN
Paul,Preferably, while the user is filling it out row by row. If that is not possible, then I would be ok with using a button to do it.Thanks,Mallard27
Paul,I have tried the following:Table A = Analysis_Summary Row in question = Analysis Cell I want = WBSCLINTable B = Remarks_Summary Row in question = Remarks Cell I want = WBSCLINvar i = 0;xfa.resolveNode("Remarks_Summary.Remarks[" + i + "].WBSCLIN").rawVlue = xfa.resolveNode("Analysis_Summ...
I have a table with a drop down list with two values: '$' and 'Hr' (cell called 'PType'). There is a cell called 'Proposed' that contains numerical data. The table is dynamic and can have more cells inserted via a button within the row. I have a totals section that I want to total the SUM of 'Prop...
I have two tables: A and B. A has a row called 'Analysis' and B a row called 'Remarks'; this table only has 1 row. There is a button in the Analysis row that when clicked inserts a row after the first for both tables. Both tables have a column called 'WBSCLIN' and they are text fields. I need t...