cancel
Showing results for 
Search instead for 
Did you mean: 

how to change images dynamically in smart form?

Former Member
0 Kudos

hi,

i want to change images dynamically in smart form,is their any method to do like this?

if any share with me...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

if their are only few (max 4 or 5) then you can add a condition for every image. if condition is true then print that image.

If their are a lot then you have to use a variable for the imagename. In the driverprogram or (command logic in the smartform you can fill that variable with the right imagename)

I prefer always this last method because that is the most flexible.

Gr,, Frank

Former Member
0 Kudos

hi,

just include a bitmap image inside ur window and before that based on ur condition pass the image name , onject and id to a variable , then in general attribute of the image give the variables name there.

in condition tab u can give the condition based on which ur particular image will be selected.

regards,

prashanti

amit_khare
Active Contributor
0 Kudos

If dynamic means based on some condition during runtime...then pass a variable there &lw_logo& and assign value to it based on the condition.