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

Former Member
0 Likes
798

Hi experts,

How to insert our own logo in smartforms

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
763

Hi..

Goto Tcode SE78

Import the BITMAP image into Graphic format

Goto Smartform

Create a Node of type GRAPHIC

Here you enter the Name of the Graphic That has been imported using SE78.

<b>Reward if Helpful</b>

5 REPLIES 5
Read only

varma_narayana
Active Contributor
0 Likes
764

Hi..

Goto Tcode SE78

Import the BITMAP image into Graphic format

Goto Smartform

Create a Node of type GRAPHIC

Here you enter the Name of the Graphic That has been imported using SE78.

<b>Reward if Helpful</b>

Read only

Former Member
0 Likes
763

Inserting Logo in SmartForm

Follow the given steps in order to add a logo,

1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)

2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description

3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures

4) Select any picture and set its Resolution in DPI

5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo

6) Set any other parameters if required, save and activate.

7) If there is only 1 Window in the forms, set it as Main Window in general attributes.

😎 User TCode SE78 to upload new pictures and logos.

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Former Member
0 Likes
763

HI Ravi Kiran,

Refer these threads,

Hope this helps.

Read only

Former Member
0 Likes
763

Hi,

Inserting Logo in SmartForm

Follow the given steps in order to add a logo,

1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)

2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description

3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures

4) Select any picture and set its Resolution in DPI

5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo

6) Set any other parameters if required, save and activate.

7) If there is only 1 Window in the forms, set it as Main Window in general attributes.

😎 User TCode SE78 to upload new pictures and logos.

or----


u can

Try executing program RSTXLDMC program. There also you can upload a graphic.

Run RSTXLDMC

Enter file name C:\MAIL\COMPLOGO.TIF

Resolution for Tiff file

Absolute X-position

Absolute Y-position

Absolute positioning

Reserved height

Shift to right

UOM = CM

Text title

Line width for text = 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Postscript scaling

Width & Height according to PS scaling

Number of Tiff gray levels (2,4,9) 2

Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Window type CONST

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally u can make use of the text name and text id to print the logo.

Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed !

Thanks.

Read only

Former Member