|
|
|
|
|
apDisableAction (Function) In french: paDésactiveAction Disables the execution of an action found in an action plan. This function can only be used in the processes of an action plan. For example, some actions can be disabled in the initialization code of the action plan according to parameters. Note This function is used to manipulate the WINDEV, WEBDEV or WINDEV Mobile editor. Therefore, it is available in the three products.
IF paramAudit = False THEN
paDésactiveAction(AuditStatique)
END
Syntax
apDisableAction(<Action Name>)
<Action Name>: Character string Name of action to disable. The disabled action will not be run and therefore it will trigger no error.Reminder The action name is defined in the action description window.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|