RunDocument
to create a new document using your data type. RunDocument
takes three arguments:
RunDocument
automatically creates a document that is visible as a Workspace entity in the default place.
For example, to create a document called MyDoc
using the shared library MySharedLib
and the stationery class TMyStationeryClass
, enter:
% cd $TaligentRoot/SharedLibs % RunDocument -c TMyStationeryClass MySharedLib MyDoc
-c
flag indicates that you want to create a document. If you omit the document name, RunDocument
creates a document named Untitled
. Subsequent untitled documents are numbered sequentially (for example Untitled2, Untitled3, Untitled4
).