cancel
Showing results for 
Search instead for 
Did you mean: 

Disable save button in adobe forms WD FOR ABAP

Former Member

Hi, i have some problem about how to disable button save in interactive forms. Can anybody help me please! I use WD for ABAP

Another question, how i change security setting of pdf file. I want to disable 2 field of pdf. They are: 'content copying' and 'content copying for accessbility'.

This is very importance for me, please help me if you can.

Thanks you.

Accepted Solutions (1)

Accepted Solutions (1)

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

In form-ready layout event, you can do that if it is by default to be hidden.

Save.presence = "hidden";

if save is the button name.

Press save button and select the necessary event and choose language as Javascript and then write the above code.Here save is name of the button.

Answers (3)

Answers (3)

Former Member
0 Kudos

Can anybody slove my problem please......i have to do this, please help me please!!!! This is very importance to me!!! PLEASE help me if you can!!!!

Former Member
0 Kudos

Hi,

Try javascript code app.hideMenuItem("Save") in the adobe form's event.

Thanks,

Radhika

Former Member
0 Kudos

@Jayanthi: Dear Jayanthi, thanks you for your post but i used NETWEAVER 7.10, can you help me?

@Shaira: Dear Shaira, your link is about JAVA ABAP but i used NETWEAVER 7.10. Thanks you anyway.

Edited by: huynhvi on Dec 12, 2011 11:29 AM

former_member389677
Active Participant
0 Kudos

Hi,

Please refer the following link.

Thanks,

Shaira.