2011 Sep 21 6:29 AM
Good morning everybody,
i have an issue regarding form output with 2 BITMAPS in one line. I would define to windows, each containing one BITMAP. I want these BITMAPS to be printed once at the end of the form printout. So i place these Windows below the MAIN windows on my NEXT page. When the printout only is a single page, the bitmaps wont be print because they are located on the NEXT page.
I now place two other windows containing the same bitmaps on the FIRST page. These windows also contain an IF clause: "IF &NEXT-PAGE& EQ 0". So the bitmaps only will be printed, if there is no NEXT PAGE, in other case they will be printed on NEXT page.
But i have to reserve space on the first page, if the printout has more than one page, a space in the printout arises. Is there any trick to avoid this ?
Is there any other, unweired possibility to print two bitmaps in one line ?
Is there a possibility to not place windows fix on a page but call them dynamically from the printing routine ?
Thank you
Andreas
Edited by: Andreas Milbredt on Sep 21, 2011 7:33 AM
Good morning everybody,
i have an issue regarding form output with 2 BITMAPS in one line. I would define to windows, each containing one BITMAP. I want these BITMAPS to be printed once at the end of the form printout. So i place these Windows below the MAIN windows on my NEXT page. When the printout only is a single page, the bitmaps wont be print because they are located on the NEXT page.
I now place two other windows containing the same bitmaps on the FIRST page. These windows also contain an IF clause: "IF &NEXT-PAGE& EQ 0". So the bitmaps only will be printed, if there is no NEXT PAGE, in other case they will be printed on NEXT page.
But i have to reserve space on the first page, if the printout has more than one page, a space in the printout arises. Is there any trick to avoid this ?
Is there any other, unweired possibility to print two bitmaps in one line ?
Is there a possibility to not place windows fix on a page but call them dynamically from the printing routine ?
Thank you
Andreas
Edited by: Andreas Milbredt on Sep 21, 2011 7:33 AM
2011 Sep 21 10:49 AM
i found a (not too simple) way to print 2 images in one line. The Image files are not uploaded as bitmaps via se78 but as standard texts via report RSTXLDMC (uncompressed TIFF images). They are included in the form not in an own window but at the end of the main window.
The requirement is, that the images existing as standard texts now, have to be printed out at changing positions from case to case. As the paragraph formatting in the INCLUDE command obviously does not overwrite the setting in the text element, i have to change position settings in the first line (e.g. HEX TYPE BMON HEIGHT 000000 CM LEFT 000008 CM RESI) of the standard text's by calling fm's 'read_text' / 'save_text' before every printout.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |