The ASSOCTABLE statement defines the extended attributes (EA) for an application.
The ASSOCTABLE statement has the form:
────ASSOCTABLE──assoctableid────────────────
────BEGIN───────────────────────────────────
┌───────────────────────────────────────┐
│
───assocname,extensions─┬──────┬─,──┬────┬┴─
└─flags┘ └icon┘
────END───
The source for the ASSOCTABLE description is contained in the resource file for a particular project:
ASSOCTABLE assoctableid BEGIN "association name", "extension", flags, icon filename "association name", "extension", flags, icon filename ... END
association name
EAF_DEFAULTOWNER
Example
ASSOCTABLE 3000BEGIN "Product XYZ Spreadsheet", "xys", EAF_DEFAULTOWNER, xyzspr.ico "Product XYZ Chart", "xyc", EAF_DEFAULTOWNER | EAF_REUSEICON END