Previous Topic: %KeyTypeNext Topic: %NKDecl()


%NK()

Lists all the non-key columns of the trigger table and performs the specified action on each.

Syntax

%NK()

Syntax Example

%NK()

Expansion

general_condition

Full Syntax

%NK(<separator>,<function>, <prefix>)

Full Syntax Example

%NK(" or ",updating,%Parent)

Expansion

updating(MOVIE_COPY.general_condition)

Usage

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