Repeating Rows and deleting Rows
good day everyone.
it seems caught in endless “do loop” trying figure out how row repeat without headers being repeated each time. well, have delete button on each row. after adding couple of rows, can delete 1 row when try delete next row wonderful “generalerror”
generalerror: operation failed.
- xfaobject.removeinstance:1:xfa:form1[0]:#subform[0]:psl_list_subform[1]:table3[0]:row1[0]: del_but[0]:click
the element [min] has violated allowable number of occurrences.i can delete 1 row able delete rows.
figure has headers repeating.
i using livecycle designer 8.0 (ver. 8.05.2073).
these settings using
psl_list_subform;
subform tab: allow page breaks within content checked
bindings: repeat subform each data item checked
min count “not checked”
initial count = 1
table3
table tab: allow page breaks within content “not checked”
binding tab: repeat table each data item checked
min count = 1
initial count “not checked”
header row
row tab: allow page breaks within content “not checked”
pagination tab: include header row in initial page “checked”
include header row in subsequent pages “checked”
binding tab: repeat row each data items “checked”
min count= 1
initial count “not checked”
row 1
row tab: allow page breaks within content “not checked”
binding tab: repeat row each data item “checked”
min count = 1
initial count=2
i have trying different combinations , still, not working.
any appreciated.
regards
try this:
psl_list_subform - turn off repeat subform (unless repeating whole subform - though shouldn't affect table).
table3 - turn off repeat table, you're not repeating whole table.
header row - turn off repeat row, don't want repeat header each data item.
row1 - looks ok, you'll 2 rows start , can delete minimum of 1.
the error you're getting because of min setting, hard 1 causing it. it's telling you're trying delete @ minimum count.
table headers can pain sometimes! i've had problems repeating on multiple pages.
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment