cancel
Showing results for 
Search instead for 
Did you mean: 

Add dynamically footer image to a adobe form

former_member217677
Participant
0 Kudos

Hello,

I need some advises how to add dynamically footer image to the adobe form.

Example: Purchase order will be created by 3 different plants -  PL01, PL02 and PL03.

Depends on the plant I need to have different footer image (plant address).

Can you please describe where to store my images, how to link adresses to image boxes in the form and how to switch depends on the plant (e.g. Formcalc).

Thanks,

Evgenij

Accepted Solutions (1)

Accepted Solutions (1)

former_member217677
Participant
0 Kudos

Hello,

meantime I have some progress, but need some help.

1. I've uploaded two pictures via se78 to the server

2. Created two global variables and linked two pictures

3. New variables (PL01_picture & PL02_picture) are available in interface and form now.

4. Last question: How to use Formcalc to select this variable dynamically?

Example:

If plant = 'PL01' then

    picture_box = PL01_picture

else

    picture_box = PL02_picture

endif

Thanks

Former Member
0 Kudos

If you create an "Alternative" node in the context of your form you can avoid FormCalc and have the right image displayed based on the evaluation on the Alternative node.

So, if you add an alternative node (in the context) and evaluate when werks = PL01, you would use image PL01_picture if true.  If werks was not PL01 then it would evaluate the fales condition and you could evaluate werks = PL02.  You can next Alternative nodes of you need additional evaluations

Just a suggestion.

former_member217677
Participant
0 Kudos

Hello John,

I think your seggestion will fit my requirements.

I've create an alternative node in the context. Can you please tell me how to bind this node to the field in the form?

I think I need to bind a node itself and not a true/false statement separately, but i cannot find this possibility.

Thanks.

former_member217677
Participant
0 Kudos

Problem solved

I had just to use "data view" in the form and move whole alternative node.

Answers (0)