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

smartforms

Former Member
0 Likes
352

Hi,

Does anybody knows how to upload an image in the smartform?

the name of the image is a variable no a fix one.

for example in the table TABLE there is a field IMAGE so what ever the user will retrieve from the field TABLE-IMAGE it will display in the smartforms..

Please help...

thank you...

regards,

mae

1 ACCEPTED SOLUTION
Read only

former_member195698
Active Contributor
0 Likes
330

Declare the variables

NAME TYPE TDOBNAME

OBJECT TYPE TDOBJECT

ID TYPE TDIDGR

and you can pass these variables as

&NAME&

&ID&

&OBJECT& in the Graphic Window.

The Graphic will be uploaded in SE78

2 REPLIES 2
Read only

Former Member
0 Likes
330

Hi

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.

😎 Use TCode SE78 to upload new pictures and logos.

look at Thread Dynamic Graph in smartforms

Refer the links also -

regards

anji

Read only

former_member195698
Active Contributor
0 Likes
331

Declare the variables

NAME TYPE TDOBNAME

OBJECT TYPE TDOBJECT

ID TYPE TDIDGR

and you can pass these variables as

&NAME&

&ID&

&OBJECT& in the Graphic Window.

The Graphic will be uploaded in SE78