Hi,
I would to trigger two concatenated actions in a table view when a button is pressed. These two actions are insert(after) and launch a popup iview to get a new entry in the table. If I do not include the insert(after) command before to launch the popup the new entry overwrite the selected row in the table.
I tried to define a Dynamic action with a formula like 'INSERT(AFTER)'&'CMD(NEWMAT)' but only the first action is executed.
Is it possible to concatenate actions?? If positive is the & the and operator?
Antonio