cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript : how to print logo in dynamic position ?

Former Member
0 Kudos

i have form with different company logo's ,

and i want to set the POSITION for each logo

i created logo window and i can see the logo ,

But i can't set the POSITION of logo window according to my logo size.

i tried :

/: POSITION WINDOW

/: POSITION XORIGIN '11 CM YORIGIN '11' CM " just example

/: INCLUDE xxxxxxx OBJECT GRAPHICS ID BCOL LANGUAGE xx

Nothing happened .

Also

BOX XPOS '0' CM YPOS '2.6' CM WIDTH '17' CM HEIGHT '2.2' CM FRAME 10 TW

It created rectangle on the form, but the logo window still stay in his initial value position.

thanks .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I would take the approach of having multiple windows, placed and sized as I needed, with logic in each one....Since I can stack windows on top of each other and only use the one I need (with IF...ENDIF), this can be solved fairly easily, I think.

/: If somecondition

/: include.....logo command.

/: endif.

Do you really have color logos in your system? Outputting to a color printer? Appears so with 'BCOL'.

Former Member
0 Kudos

"Do you really have color logos in your system? Outputting to a color printer? Appears so with 'BCOL'.

"

It took me some time to understand the meaning of your question

But it's so important , just when i upload the logo in black & white it was display in the form .

Thanks

ilan

Answers (0)