Expand my Community achievements bar.

Need help in "Allow Page Break within Content"

Avatar

Level 1

Hello,

     I am parsing the whole .xdp file by using PERL XML::DOM package but XML Source (.xdp) doesn't contain any information about "Allow Page Break within Content" button for a subform. It does contain x, y, w, h and name like <subform name="parent_DA_sub" w="279.4mm" layout="tb">. Is there any way to check "Allow Page Break within Content" button [checked or not]?

Thanks in Advance

1 Reply

Avatar

Level 1

I don't know how much this helps, but I have found that many attributes do not show up in the XML unless the property was set to a non-default value in one of the palettes by whoever created the form. Try creating a test form, set the "Allow Page Break within Content" setting on some object, then look at the XML of the form using { View / XML Source }. This will likely tell you the XML attribute to look for.