cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide toolbar in Adobe forms?

former_member187452
Contributor
0 Kudos

Hello All,

My Requirement is to hide toolbar based on some condition.

Adobe Form is called through SAP Standard Tcode. so I cannot use method IF_WD_IACTIVE_FORM_METHOD_HNDL, SET_HIDE_TOOLBARS to hide the toolbar.

In Adobe Form i tried below steps.

1. In Adobe Interactive Form editor I added a simple button.

2. I setted it as "invisible"

3. I edited its "calculate" event by writing:

var stopToolbar = app.setTimeOut("app.eval("SAPToolbarHide();");", 1);

still the toolbar is visible.

Can you please give me solution for this issue.

Thanks,

Bharat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bharat,

Please have a look at the link below:

http://scn.sap.com/thread/385019

Hope this will be helpful to you. Please reward if you find it useful.

Regards,

Nitin.

former_member187452
Contributor
0 Kudos

Hi,

I have already tried this but still the toolbar is visible.

former_member187452
Contributor
0 Kudos

now its giving error Function 'SAPToolbarHide' is unknown...

any solution for this issue??