Macros can query for records in Enterprise 6 files, and a simple method can be used to launch a new Process to display the records found. The following code requires that a selection of the file [COMPANIES] has already been made:
CUT NAMED SELECTION ([COMPANIES];"◊IA")
◊AutoProc:=987654321
◊AutoFind:=True
ZCompanies Mod
The last line could also read (as would be recorded using the macros palette):
Menu ("Companies Mod";108000;"View Companies")
This method can be applied to virtually all files in the system, including the Data Manager setup files.


