cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Image Field

former_member1193316
Participant
0 Kudos

Hi,

I create an application which displays a image(Image Field) in the form.

i binded the context attribute to the image field URL.

when i give one input, its working fine for one image.

if i give multiple inputs, all the images are displaying with only one image. but all r different image url's which i m fetching from z table. but image field url is replacing by one url always.

how can i get multiple images at runtime depends upon the input.

Regards,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

Your image is wrapped in a subform right? (if it is not, you should wrap it in). Go to tab Layout of the subform and set auto-fit for the width and height. This will expand or shrink the subform according to the image size and the subform is the thing which controls the appearance/ layout. If that is not enough (don´t work), you need to set content flowed (tab Object) of the parent subform of this image wrapper to flowed. Experiment with that.

Hope this solves your problem, Otto

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

Hello,

if you need to achieve multiple fields, you need to create a flowed subform as a parent of the field you need to use multiple times. (tab Object - content flowed, direction top to bottom). Next you need to maintain the subform for a row and its binding. Next the binding of the repeated field. Pick the right binding (little right arrow next to the binding field). And check "repeat for each data for the repeated subform (this will use DATA[*], the field will you only YOURFIELDNAME binding).

That should do it.

Also follow these threads:

(bottom part of) Online/ ABAP WD scenario tutorial: /people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal

When you need to send a picture into the offline form: and

Hope this solves your problem, Otto

former_member1193316
Participant
0 Kudos

thanks for all ur kind guidlines, its working fine.

but when i choose the image filed property as 'use original size', its overlapping with some other fields.

how to avoid this.

Regards,

Venkat

Former Member
0 Kudos

Hi Venkat,

You can use Table. In interface directly link the ztable and have binding specified then all the images will be displayed. But they will be alligned one below the other.

Regards

Pradeep Goli

former_member1193316
Participant
0 Kudos

images are displaying, but its overriding with input fields.

chintan_virani
Active Contributor
0 Kudos

Well you need to place the images and the fields inside a Subform and set the content property to Flowed.

Chintan

former_member1193316
Participant
0 Kudos

thankQ, i hav done the same, even though, images are overlapped. coz, i select the option for image is 'use original size'.

how can i avoid overlapping of ui elements with images

former_member1193316
Participant
0 Kudos

how can i get multiple pages at runtime. coz i m not able to get output at more than one page. second page is not coming. how can i achieve this