commonConfirm()
Causes an acknowledge all of all the panels in the module "modulName".
Synopsis
int commonConfirm( string modulName );
Parameters
Parameter | Meaning |
---|---|
modulName | Module in which confirmation is to take place |
Return Value
Returns 0, in the event of a failure returns -1.
Description
Acknowledge all of all the panels in the module "modulName" is carried out.
Note
It is to consider that all alerts of the acknowledge scripts inside the visible panel's graphic objects of the module will be acknowledged.
Example
main()
{
if (commonConfirm("Modul1")==0) DebugN("everything
acknowledged");
else DebugN("error on confirmation");
}
Assignment
Alert handling
Availability
UI