cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Image Field Table in Adobe Forms

Former Member
0 Kudos

Hello,

I have a desgined a Adobe Form(Print Only) in the Adobe Desinger in NWDS.

The form layout contains a table of images in 2 columns and 3 rows. Every Column has a Image Field and a TextField displaying the Image URL.

The URL of this image is passed at runtime.

The problem is that when the form is rendered, All the Columns have the same image which is the URL in the first row first column. However the text field displays the correct URL.

Is this some known bug in the Adobe Forms, or I am missing some property.

Regards,

Shubham

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The solution was to put the following code in the initialize event of the image field.

this.value.image.href = <Photoimagepath>.rawValue;

Where <Photoimagepath> is the image path.

Regards,

Shubham