cancel
Showing results for 
Search instead for 
Did you mean: 

Push button to Open a container in Adobe form

Former Member
0 Kudos

Hi all,,

I placed a Button on Adode form, but when I click on theat button, I shold get a pop-up window. How can I get that.

I'm not using Webdynpro application. Only the normal adobeform executed by the Report.

I'm now to the Adobe form. What code should we write in Script Editor.

Thank you!

Venkata

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

what exaclty are you planning to do with that pop up window.

in case you want to give a message to the user.

on the click event of the script

use the keyword message box.

$host.messagebox ("hello")

to know more press f1 for message box

Former Member
0 Kudos

Hi,

I'm workign on Generic Object Services.

When I click the button on Adobe form, it should open a window contianing the text or links.

I kept button on Adobe form, it displays but behaves like an immage.

How to Activate or work with button.

What should I write in Script Editor to act like a button and open a window.

Former Member
0 Kudos

hi,

I already sent the code to u to open a popup box with text.

to display the push button u just need to drag and drop it on the form.

i didnt understand what you mean by it displays like an image.

try the layout optionsin the palette.

to change the appearance.

OttoGold
Active Contributor
0 Kudos

seems like the form is not dynamic/ interactive. could that be a problem?

or you found the solution yourself? then you might consider sharing what you have learnt.

Otto