2006 Oct 18 3:29 PM
i have two logos to print on same window one at a time depending upon a condition...
plz help
set up some flag in se38, if condition satifies.
check for this flag in layout program and depend upon this condition print onelogo else another logo.
2006 Oct 18 3:33 PM
Hi
Insert an IF statament before calling the logo:
/: IF ......
/: BITMAP 'ZLOGO1' OBJECT GRAPHICS ID BMAP TYPE BCOL
/: ELSE
/: BITMAP 'ZLOGO2' OBJECT GRAPHICS ID BMAP TYPE BCOL
/: ENDIF
Max
2006 Oct 18 3:33 PM
hi ,
IF conditon.
BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL.
ELSEIF condition
BITMAP 'ZLOGO2' OBJECT GRAPHICS ID BMAP TYPE BCOL.
ENDIF
2006 Oct 18 3:33 PM
set up some flag in se38, if condition satifies.
check for this flag in layout program and depend upon this condition print onelogo else another logo.
2006 Oct 18 3:35 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |