cancel
Showing results for 
Search instead for 
Did you mean: 

binding in pdf forms

Former Member
0 Kudos

hi all,

can anyone tell me how we do binding in image field.

what is the concept of binding in pdf forms

thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

amolgupta
Active Contributor
0 Kudos

hi Asha,

like UI elements in WebDynpro are connected to their respective Context attributes, UI elements in Interactive forms are also connected to respective ContextAttributes of WebDynpro.

before going to interactive form->edit... Create all the context attributes/nodes you may want to have.

NOW when you go to interactive form->edit..., the whole context is avilable to you under the Data View tab.

1) just Drag and Drop the context attributes from DATA View on the ediitor, a UI element will be created and the binding will automatically be created.

<b>otherwise</b>

2) put a UI element from the Library->Standard tab onto the editor and drag and drop the context attribute from Data View over the UI element u just created and again the binding will be created

hope this helps...

regards,

-amol gupta

Former Member
0 Kudos

Hi Asha,

We have the UI elements and the parameters passing the data from the data base tables or user entry etc..

To display the data present in the parameters (all parameters to be used in a form are defined in the interface, which gets reflected in the from context by drag and drop and then the data view pallette) in the UI elemnets like text fields in the form,

we bind these parameters to the UI elements in the object pallette.

- anto.