-
-
2. Re: Flowed Subforms Not Flowing
mlstechwriter71 Mar 3, 2014 5:57 AM (in response to dcidev)Thank you! I have uploaded the pdf. I'm very stumped on this, and really appreciate the help
Michelle
-
3. Re: Flowed Subforms Not Flowing
dcidev Mar 3, 2014 9:00 AM (in response to mlstechwriter71)Ya that's a good one. Turns out your tables have height and width properties when they shouldn't. You can't see it in the Designer palettes. You have to edit the XML directly.
To fix it:
1) Click on your table
2) Goto you XML Source tab (View>XML Source)
3) You'll see something like this highlighted:
<subform name="Table" w="543pt" h="33.2pt" layout="table" columnWidths="45.90pt 134.10pt 238.50pt 121.50pt">
4) Remove the 'h' and 'w' attributes (w="543pt" h="33.2pt"). You really only have to remove the h for it to work but the w shouldn't be there either.Alternative method:
1) Click on your table
2) Goto Table>Convert to Suborm
3) Goto Table>Convert to Table
Not sure how those attributes got there. Maybe they started off as subforms somewhere along the line.
Kyle
-
4. Re: Flowed Subforms Not Flowing
mlstechwriter71 Mar 3, 2014 9:50 AM (in response to dcidev)You are my hero!
Thank you so much - I never would have thought about about height and width properties in the XML, and I can't even conveive how those items even got those properties.
I will go and edit the xml, and remind myself to keep and eye on those tables in the future
Again, truly - Thank you!


