COMPANY
COMMUNITY
BLOG
HELP
MY ACCOUNT
EN PT ES

Modal Dialog and command refresh

If the property of the Transaction “Modal Dialog” has the value by default “Yes if parameters specified” the dialog will be NO MODAL (because the parameters are not passed to the Transaction). Thus, the caller will continue being executed ...

There is a Work Panel and a Transaction without parameters is called from an event, for example:

Event “Modifica”
   Call(“Transaction”)
   Refresh
EndEvent

If the property of the Transaction “Modal Dialog” has the value by default “Yes if parameters specified” the dialog will be NO MODAL (because the parameters are not passed to the Transaction). Thus, the caller will continue being executed; when it returns from the call, the refresh was already executed.

To execute the command refresh once the call to the TRN is over, it is necessary to modify the property of the Transaction “Modal Dialog” to Yes.