These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How u run several buttons with 1 click

lamarse
Registered: Oct 21 2008
Posts: 15

Hi,

I have two buttons that I want to be clicked but I just want to do a single click instead, but I need to click on those two buttons in a raw: first one and then the other (not really both at the same time).

Any idea on how to proceed to get this?

Thank you

My Product Information:
LiveCycle Designer, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
If you use document level functions for each button's action, then you can crate a 3rd button that calls the 2 functions called by each button. And if you have a function call in each of the other 2 buttons, there is only one location that needs to be updated if the code for either button needs to be changed and all calls to that function will use the updated code. And since the code is processed when the PDF is opened, the calls will run faster.

George Kaiser

lamarse
Registered: Oct 21 2008
Posts: 15
Thank you Gkaiseril.

It works. But it seems this is not what I am looking for.
I've found what it is not working.
Let's create a new Topic for this.

Thanks