cancel
Showing results for 
Search instead for 
Did you mean: 

Script - issue with horizontal lines on each page

Former Member
0 Kudos

Hi SDN,

Need to print horizontal lines, 1 line on first page, 2lines on second page, and 3lines on third page and so on.

If done using a main window it worked. But I need using a variable window.

in the driver program i used loops, but only 1line is visible in each page.

please suggest.

Regards,

Suman

View Entire Topic
Former Member
0 Kudos

Hi!

Try calling the text element from the printer program, like this:

CALL FUNCTION 'WRITE_FORM'
 EXPORTING
   ELEMENT                        = 'MY_TEXT_ELEMENT'
   FUNCTION                       = 'APPEND'
   WINDOW                         =  'MY_WINDOW'.

However if you can use the MAIN window, use it instead of using separated windows for this.

Regards

Tamás

Edited by: Tamás Nyisztor on Sep 7, 2010 1:51 PM

Former Member
0 Kudos

Thanks Tamás.

it worked out.

have other issues now, however this issue is resolved.

tried this option before but not sure what was wrong that time.

Kind Regards,

Suman.