P
Pam
When exporting to .rtf or .html format, it sometimes, but
not always, takes the last part of the line before 2
subreports and puts the last part of that line on its own
line in the middle of the second subreport. It happens
that it is the second line of a new page after the
pagebreak. The line that it is cutting in two is not a
long line. It cuts it at around the 40th character.
It might be confused since my report consists of html.
Or it might be confused since my subreports are using
smaller text sizes than the main report, or else I have
no clue why. The original report is fine. If it jumbles
in .rtf then it is also jumbled in the .html version.
Here is small actual example of my output. It cut the
<Font> line and puts the rest of it on the new page after
outputting one more line of the subreport. The page
break happens after the <!--7 line which I denote
as "***page break here" and is not part of the actual
code:
<font face="Arial" size="2"
<!-- 6. add or remove allowed sizes hereE4003 -->
Size:
<select name="p1">
<option value="2X">2X +
$5</option>
<option value="3X">3X +
$5</option>
<option value="L">L</option>
<option value="M">M</option>
<option value="S">S</option>
<option value="XL">XL</option>
<option value="XS">XS</option>
</select><br>
<input type="hidden" name="t1"
value="d-Size;2Xrice=+5;3Xrice=+5;L;M;S;XL;XS">
<!-- 7. add or remove allowed materials options here for
part E4003 -->
***page break here
<option value ="CrepeLightColorGrowPecanLight">Light
Color Grown Pecan Light Crepe</option>
color="#000000"><br>
<option value ="CrepeLightColorGrownCeleryLight">Light
Color Grown Celery Light Crepe</option>
</FONT>
not always, takes the last part of the line before 2
subreports and puts the last part of that line on its own
line in the middle of the second subreport. It happens
that it is the second line of a new page after the
pagebreak. The line that it is cutting in two is not a
long line. It cuts it at around the 40th character.
It might be confused since my report consists of html.
Or it might be confused since my subreports are using
smaller text sizes than the main report, or else I have
no clue why. The original report is fine. If it jumbles
in .rtf then it is also jumbled in the .html version.
Here is small actual example of my output. It cut the
<Font> line and puts the rest of it on the new page after
outputting one more line of the subreport. The page
break happens after the <!--7 line which I denote
as "***page break here" and is not part of the actual
code:
<font face="Arial" size="2"
<!-- 6. add or remove allowed sizes hereE4003 -->
Size:
<select name="p1">
<option value="2X">2X +
$5</option>
<option value="3X">3X +
$5</option>
<option value="L">L</option>
<option value="M">M</option>
<option value="S">S</option>
<option value="XL">XL</option>
<option value="XS">XS</option>
</select><br>
<input type="hidden" name="t1"
value="d-Size;2Xrice=+5;3Xrice=+5;L;M;S;XL;XS">
<!-- 7. add or remove allowed materials options here for
part E4003 -->
***page break here
<option value ="CrepeLightColorGrowPecanLight">Light
Color Grown Pecan Light Crepe</option>
color="#000000"><br>
<option value ="CrepeLightColorGrownCeleryLight">Light
Color Grown Celery Light Crepe</option>
</FONT>