cancel
Showing results for 
Search instead for 
Did you mean: 

graphics-smartforms(urgent !)

Former Member
0 Kudos

Hi,

I'm developing a letter in smartforms. I need to print graphic (signature of HR)

inline with the text. For this I've included the statement:

BITMAP 'SIGN' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100

in the textmodule, but it's not getting printed. How to print graphics inline with the text using textmodule or standard text? (I can't use graphics node here for some reasons)

regards,

ravi.

points will be given!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you need to use a Graphics node.

You may need to have two windows, 1 for the text and 1 for your graphics to get them on the same line.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Ravi,

Create a graphic node in the smartform.and specify following :

Name - SIGN

Object - GRAPHICS

ID - BMAP

in the general attributes tab of the graphic u can specify the DPI count also.

Reward if useful.

Cheers,

Deepthee Kasal

Former Member
0 Kudos

We cannot use the commands like BITMAP ADDRESS etc in textmodules or text elements they are only for scripts.

We have to import the logo through se78 and using the graphics node in smartfrom we have to print it.

Former Member
0 Kudos

Hi,

where r u giving that statement.try by including the graphic in the standard text (so10) and call that standard text in ur sf.this might solve ur prob.

Regards,

Kamal

Former Member
0 Kudos

Hi Kamal,

I tried with standard text also, but i'm unable to get the grpahic in that.The text in standard text is getting printed. The problem is with graphic!

regards,

ravi

Former Member
0 Kudos

Hi,

Try with transaction se78