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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (1)

Answers (1)

Former Member
0 Kudos

well cant you really use the main window or do you just think you cant?

maybe give us more info on the requirement itself, this has never been a bad thing when asking for help here.