How to add button to insert duplicate page in form
hi all,
i trying modify existing form page can duplicated clicking button. basically, form maintenance report , if there multiple machines being maintained user able insert duplicated pages of service report required add other machines on report.
is easy do?
well, principally easy. you'll have make form flowed , use @ least 1 repeatable subform.
for example: form contains subform 'mypages' has flowed layout , contain 1 subform 'pagetorepeat' represents real page of form fields etc. subform has set repeatable under binding tab of object palette. button can add new instances of 'pagetorepeat' short script:
_pagetorepeat.addinstance(true);
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment