cancel
Showing results for 
Search instead for 
Did you mean: 

Abobe non-interactive form

Former Member
0 Kudos

Hi,

I need to develop a non-interactive form and bind data from context in a java web dynpro.

I developed a interactive form also, but I don't want that user can modify text in the pdf document. I use input field elements that bind data from my web dynpro context but user can modify them in the document.

Help me please

THANKS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Andrea,

Select the Text Field's Object palette and select value tab ,in that set the type as Read Only.by default it will be user entered-optional.this will solve your problem.

Thanks and Regards,

Siva

Former Member
0 Kudos

Hi Andrea,

For making your form non interactive:

In WDABAP there is a property called "Enabled" in the Interactive UI Element properties. Dont select that check box.

In the same way for WD Java, there is a property called."Enabled" for the Interactive UI Element properties. dont make it true. I worked in WDJ quite a while ago.I dont have NWDS right now to cross check. And also you can check with other properties for that UI element.

But I think it should solve your problem.

Regards,

Ravi.D