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

Display images dynamically on smartforms using custom table.

salapu9333_6
Explorer
0 Likes
1,285

Hi ,

I want to Display images dynamically on smartforms using custom table. for that I created a custom table (zimage_table) and also inserting 3 images in it. then i would like to display on smartforms .it shows an error like message 159.grapic cannot be displayed.
the image data in xstring. so I import data from zimage_table to a variable ,and also I declare a variable with type xstring in smartforms .Even through I getting same error. so please guide me to solve the error .

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
1,090

Including images dynamically in a Smart Form has already been discussed and solved in the forum, I don't get how you can connect an XSTRING variable and a Smart Form Graphic node (to include an image). Could you elaborate, please?

Read only

salapu9333_6
Explorer
0 Likes
1,090

Hi ,
I found this is the Way to Display dynamic images on smartforms.

Convert xstring to BDS and save it (= SE78) => store image image name in variable

Print form (using variable containing image name

Delete temporary image from BDS

Thanks & Regards

Rajesh salapu