Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

logo printing

Former Member
0 Likes
491

I modified the script in one window for printing the logo.

already on logo is printing but now they want based on the condition client needs to print the differnt logo.

already logo is priting using the statement

INCLUDE ZUS_BHI_LOGO_PO OBJECT TEXT ID ST

above this statement in kept like this.

IF &EKPO-WERKS& ='0982' OR &EKPO-WERKS& ='1027'

INCLUDE ZHCC_LOGO OBJECT TEXT ID ST LANGUAGE EN

else

INCLUDE ZUS_BHI_LOGO_PO OBJECT TEXT ID ST

endif.

but now the problem is my new logo is printing left hand i want to print right side.

if i will move that window so that much code is under this statements.

please help on this.

reg,

vijay

4 REPLIES 4
Read only

Former Member
0 Likes
457

check ur givin the same paragraph format.

Read only

Former Member
0 Likes
457

Hello,

Is ur old logo printing in the correct format if the condition fails.Check that also.Because nothing we can do other than moving the window.

Please check the condition when it fails,wether ur old logo is printing correctly.

Regards

Read only

Former Member
0 Likes
457

try to give a new paragraph format with RIGHT aligned and give that paragraph name in this INCLUDE.

/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] <b>[PARAGRAPH p]</b>

i am not sure will this work perfectly,but try out yourself.

Regards

srikanth

Read only

0 Likes
457

hi,

I think alligning the paragraph will solve this. Otherwise, you can use two windows with a check.

in wind1

if condition is true.

include the logo1.

in wind2.

if cond is false.

include logo2.

So, in second case, the logo will get printed at the desired position.

Hope this helps.

Regards,

Richa