Hi there, that's a good question. I hope this answer is still relevant for you or anyone that will encounter this thread.All you have to do is select the header row object within the Leader drop down listI hope this will help
Hi there, I'm not sure where to start to help you, if you could provide a snippet image of your hierarchy, it would help.Although, like I said earlier, make sure that you are adding instances to the Row1 object if you are expecting to have a higher number than 1.If you have many rows within your Tab...
Hi there, Simply make sure to name each items differently, Adobe has an issue where he thinks a different object with the same name is a different instance and will create the number of instances that he finds with the same name.The first image is how you named all objects: This second image is how...
Hi there, if you wish to achieve something similar to the initial post of this thread follow the instructions: First ensure that your field contains Rich Text, if your field is in fact a text field you have to change the field format in Object palette to match Rich Text instead of Plain Text. Afterw...
Hey there, technically it's the same process as Bruce mentioned above. Simply use the resolveNode method to access the desired repeated subform by calling its count property by using the instanceManager with one of these ways:_AddContact.count - 1
//or
AddContact.instanceManager.count - 1//resultPag...
To be honest, his example is not fixing your error, but simply showing how it works with subforms... Your problem using a Table and Rows, is entirely different from simply changing the parent's subform to Flowed content.
Hi there, it is hard to say why it behaves this way, and without the hierarchy it would be hard to explain and understand... have you tried hiding Table1?I am not sure exactly what you mean by: hiding Line1 is hiding the content only and not the row.
Hi there, so after reviewing your form, I managed to make this work.The (CurrentandPending) page, will have {Pagination > Place} to be set as "Following Previous"And the top most subform of that page (CurrentandPending_subform), will have {Pagination > Place} to be set as "Top of Page 'Page2'" I hop...
Hi there, I have a similar form that has 2 different master pages with landscape and portrait. I just tried out with "Top of Page (Page2)" (Page2 as landscape) and it works just fine...I could take a look at it real quick if you wish, but it shouldn't be any more than this.
Without any coding, you could have the data duplicated in the XML file by using a new tag such as ITEMS for page 1 and ITEMS2 for page 2, then simply change the data binding for the second table.