cancel
Showing results for 
Search instead for 
Did you mean: 

Logo in Standard Text included in Smartform

Former Member
0 Kudos

Hi,

I am trying to display a logo which is included in a standard text and i am calling this standard text dynamically in smartform and even though the text is being read, it is not being displayed when i take the print.

The standard text contains the following command line:

BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL

In smartform:

Text Object: TEXT

Text ID : ST

Please reply ASAP.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Its still not working. Nothing is coming in the display.

Former Member
0 Kudos

Hi,

I'm not sure smartforms can interpret the BITMAP command (they use a different approach for graphics). You could verify this by pasting BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL direct into the smartform text.

Regards,

Nick

Former Member
0 Kudos

Hi,

While adding node in smartforms take care of following things

1) Select Text type as 'Include text'

2) text Name = Name of text in which image is stored

3) Text Object = GRAPHICS

4) Text ID = BMON (Black and White) / BCOL (Color Image)

5) LANGUAGE = Language in which text exist.

Hope this may solve you problem..

Regards,

Raj.