Hi to all
For years I do hack a report at runtime to enable my users to use custom dimensions and orientation while printing an envelop.
Out of the blue the left part of the envelop does not print anything.
The hack exists of:
go top
replace expr WITH "ORIENTATION=" + lcOrientation + CHR(13) + "PAPERSIZE=" +lcPapersize
By removing
"ORIENTATION=" + lcOrientation + CHR(13) +
all is printed (but in wrong page-orientation)
any ideas?
KR
-Bart
For years I do hack a report at runtime to enable my users to use custom dimensions and orientation while printing an envelop.
Out of the blue the left part of the envelop does not print anything.
The hack exists of:
go top
replace expr WITH "ORIENTATION=" + lcOrientation + CHR(13) + "PAPERSIZE=" +lcPapersize
By removing
"ORIENTATION=" + lcOrientation + CHR(13) +
all is printed (but in wrong page-orientation)
any ideas?
KR
-Bart