Previous Topic: %ForEachTable()Next Topic: %ForEachViewColumn()


%ForEachView()

Loops through all views in the current subject area, evaluating the macro code between the braces.

Syntax

%ForEachView([<view name>]) {

}

Syntax Example

%ForEachTable() {

%ViewName

}

Expansion

MOVIE_COPY

MOVIE_RENTAL_RECOR

Usage

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