‎2006 Sep 07 11:10 AM
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
‎2006 Sep 07 11:12 AM
‎2006 Sep 07 11:18 AM
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
‎2006 Sep 07 11:19 AM
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
‎2006 Sep 07 11:23 AM
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