My interactive form is a hot mess (multiple problems with javascript and formcalc)
i have been working on dynamic expense report form our company have run number of problems. appreciate of these!
problem 1:
last subform: table 4 (miscellaneous expenses) - subform not force down footer section (signature, comments) other subforms do. table located in positioned subform inside flowed subform. other 3 tables have no problem pushing data down.
problem2:
the minus button on tables (to subtract row) used work not.the minus button on every table broken.
problem 3:
the add row button still works fine on of tables (with exception of last table, misc expenses). if add few lines last subform seems buttons stops working altogether past row 3. have add 2 rows final table (misc expenses) see mean. seems me problem related problem 1 somehow.
problem 4:
can't grand total working no matter try.
i uploaded work in progress here: www.essential-equipment.com/pdf/expensereport.pdf
if able me appreciate it. also, hard make form able carry on new page?
thanks in advance helps
hi.
problem 1:
the sourrounding subform "table4subform" not set fit hight automatically.
problem 2.
the remove script way complex, use script instead:
if (this.parent.parent.instancemanager.count > 1) { this.parent.parent.instancemanager.removeinstance(this.parent.parent.index); }
problem 3:
remove grouping "body", subform flow crrectly next page.
problem 4:
the reference total fields not correct, that's why grand total script fails.
change into:
sum(table1subform.table1.footerrow.total1, table23subform.table2.footerrow.total2, table23subform.table3.footerrow.total3, table4.footerrow.total4)
More discussions in LiveCycle Forms
adobe
Comments
Post a Comment