cancel
Showing results for 
Search instead for 
Did you mean: 

Multple page not coming correctly when using "Control Levels"

Former Member
0 Kudos

Hi,

There is a situation wherein "Control Levels" is required to be used. However, the output is not as expected. Some of the problems with this are

1. Some of the data is being lost

2. Some pages are blank

3. The data is overlapping/overwriting on the footer section

and others issues..

Has anybody come across similar issues? If yes, could you suggest a solution

Thanks in Advance.

Thanks,

Jayant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Make shure that the subforms you have created in the body page section is all set to flowed ( Including the body page ).

Also set the margins of the main subform in the Body page such that it wont overlapp with the contents in the Master page.

Also dont set the page protect option for the Subform which is done by unchecking the allow page break check box found in the subform.

Hope this helps,

Murthy

Answers (1)

Answers (1)

Former Member
0 Kudos

Having raised this message with OSS, we got to know that the issue was with the generated XML file. The line is BOLD needs to be added between the lines as shown below.

<template xmlns:xliff="urn:oasis:names:tc:xliff:document:1.1" xmlns="http://www.xfa.org/schema/xfa-template/2.4/">

<?layout streamLineLayout 1?>

<subform layout="tb" locale="fr_CH" name="data">

Not sure of the real purpose of this. But it works