cancel
Showing results for 
Search instead for 
Did you mean: 

Image not displaying in the Adobe form

Former Member
0 Kudos

Hi All,

In the adobe form , used image UI element for image URL is coming from R/3 system. In adobe form image is not loading. I have printed the image URL of R/3 system. Executed the same URL in the browser image is loading in the explorer.

Note: we have binded image UI element properly with R/3 field.

Could you any one help me out.

Thx & Rgds

-AW

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey Adam,

Are you going to be using the same image over and over again? If so, when you load the image into the form, no matter where it is coming from, make sure that you check off Embed Image Data inside the Draw tab, inside the Object tab.

Hope this helps...

Cheers,

Kevin

Former Member
0 Kudos

Adam,

Try putting this script in Initialize of Form Calc script.

$.value.#image.href = xfa.record.ImageURL

ImageURL---node element that has the value of Image URL.

Thanks and Regards,

Siva