cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering an event based on another

Former Member
0 Kudos

Hi all,

My requirement is that i want to trigger an event based on another event.

for example : i want to delete a selected row from a table view from an event attached with a button outside the table toolbar.

Regards:

RSrini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Please elaborate your requirement, what is that outside event & how you want to control table rows?

are you looking for 2 actions with the same button then the solution is as below -

1. Create two buttons.One for 'delete row' and another one for 'insert row'.

2. Assign the proper system action as per the name.

2. Change the name of both buttons as common name.

3. To trigger the actions simultaneously add a star before the action.( For Example : *select)

4. Change the visibility of any one of the button as 'false'. (so it will not get displayed)

5. Now, if u click the visible button both actions will be triggered simultaneously.

Regards

Sandeep

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srini,

You can trigger more than one action simultaneously. Set the name of all events(custom actions) as a common name (for example 'action') and when using the action add a * (asterisk) symbol before the action name (for example ' *action ').

Regards

Basheer

Edited by: Basheer on Jul 21, 2009 12:45 PM