show / hide menu

RepeaterEnableQuickAction

If this action is false then none of the quick menu actions should take place.

Syntax:

RepeaterEnableQuickAction(ExternalFormName,true/false)

Where
ExternalFormName is the name of external form.
True/false is to enable/disable the quick Menu Action.

Examples:

RepeaterEnableQuickAction(ExternalForm1,false)