Is it possible to delegate action from Sub Interface to a parent interface?

Certified Senior Developer

Hi,

I have an interface A (form), that contains a sub interface B (grid).

When the user click on a checkbox row of the Grid in B, I can make some actions using the "selectionSaveInto" (ex: a!save(local!a, true) )

Is there any way to delegate (or inherit) this saving action to the parent form A ? (I would like Form A to be abble to catch this event and make the Save() )

In the case or local!a is a var that belongs to the form A, I would like to avoid to pass it to the Interface B.

  Discussion posts and replies are publicly visible

Parents Reply Children