Open command
Used in a Server.Load script to open a view collection.
Syntax
Open (a) option
Where:
- a -- View document ID (optional; default is the default view) or DESIGN to open the design collection. To open a view other than the default view, enter the decimal value of last 3 digits in the View Note ID converted from hex to decimal. To view this property, open the list of views and select a view, then bring up the Properties for the item.)
- option -- One or more of these options:
noupdate, rebuild, invalidate, verify, do_not_create, verify_shared_view_note, reopen_collection, associate_unread, getname_list, noupdateunread, namespace
Can also specify UPDATE, which will open using a separate update. Values are separated by spaces; default value is NONE.