One prominent way to handle this is separate Header and detail rows in to two subforms (Sub1, Sub2) and then use "Overflow Leader" under Pagination Tab in Object pallet (for Sub2) to set the header to print on top of every page break.
One more tip that helps:If you have the expanding field in a subform, better to set the subform also to expand and keep this expanding field at the bottom of subform (make usre you had the layout that way) other wise the expanding field may over write other data items or static text when get expande...
Script works good if you can use in 'exit' event. Also it is good to use $.rawValue = Replace($.rawValue, "address__", "123 Fake Street\u000aAnycity, NT 12345")Good Luck,SekharNwww.lawson.com
I have an easy alternative solution for this. May be you need to tweak a little bit.<br /><br />1. Add a TextField Object.<br />2. Set it to accept multiple lines and Appearance to 'None'<br />3. On the Object--Value tab select 'Calculated -User Can Override'<br /> and add the Default text value.<br...
Thank you Stefan, I used exactly the same principle to get this working. I thought there will be an easy way to do this by changing some environmental setting.In my case I added an additional dummy textfield and in the Exit event of the each field I set the focus to dummy and write the name of the f...
I have a requirement to do the following in a PDF form designed in LiveCycle 7: When a user clicks on Enter key that have to be treated as Tab key and move the curser to the next Text field available.Can any one help me how to achieve with an example?