Previous Topic: %ActionNext Topic: %Atts()


%Actions()

Returns a list of the actions that cause the trigger to fire. %Actions returns DELETE, INSERT, UPDATE, or a combination using these actions. If the trigger is a multiple action trigger, the macro reports all of the actions.

Syntax

%Actions(<separator>)

Syntax Example

%Actions(",")

Expansion

DELETE, INSERT, UPDATE

Usage

Classified as an Entity macro that you can use to create a trigger clause in the Table Trigger Editor (Triggers dialog).