LIST-ALL-TRIGGERS

Lists all the triggers associated with a Reality account.

Syntax

LIST-ALL-TRIGGERS file-specifier

Comments

The file specifier may be a local file (dictionary or data section), the master dictionary of an account, or a combination of both. Triggers cannot be associated with Q-pointers. If no file specifier is provided, the current account is assumed.

Example

:LIST-ALL-TRIGGERS /LIVE-ACCOUNT

Listing all triggers in Account 'LIVE-ACCOUNT':
LIVE-ACCOUNT
  STOCK 
	WAREHOUSE
		  PRE-READ: WHSE.TRIG
	HISTORY
		  PRE-READ: HIST.TRIG
		POST-WRITE: HIST.TRIG				
  ORDERS
	ORDERS
		POST-WRITE: ORDER.TRIG				

See also

CREATE-TRIGGER, DELETE-TRIGGER, LIST-TRIGGERS.