Returns a list of objects.
Syntax
LISTOBJECTS number appName dbName| Parameter | Description |
|---|---|
number | Type of object to list. Values: 0 - Abort 1 - Outline object 2 - Calculation script 3 - Report script 4 - Rules object 5 - Alias table 6 - Structure file 7 - Backup file 8 - Worksheet of any type 9 - Text object 10 - Partition 11 - Linked Reporting Object (stored) 12 - Selection 13 - Wizard |
appName | Name of the application containing the objects. |
dbName | Name of the database containing the objects. |
Notes
The list of objects returned by the LISTOBJECTS command includes object names and the status of object locks.
Two values for the objType parameter, 6 and 7, are retained only for backward compatibility with Release 2.0.
Option 11, Linked Reporting Object, lists only stored LROs; that is, files with the .LRO extension. It does not list URLs, cell notes, or linked partitions. Use the LISTLINKEDOBJECTS command to list these objects.
Example
To return a list of outline objects associated with the BASIC database:
LISTOBJECTS 1 "SAMPLE" "BASIC";