Arbortext IsoDraw > Macro Language Reference > Menu Commands > Objects Menu > Show in IsoView
  
Show in IsoView
Applies to Arbortext IsoDraw 7.0 F000 and later.
Shows the current document in Arbortext IsoView. If there is no browser window open yet, the command opens a Microsoft Internet Explorer browser window first. Optional save confirmation parameters determine how to deal with documents which have not been saved yet.
SHOW IN ISOVIEWCONFIRM_YESCONFIRM_NOASK_CONFIRM
No parameter
Arbortext IsoDraw will try to save the document if it has not been saved yet (same behavior as ASK_CONFIRM below).
CONFIRM_YES
Any document which has not been saved yet will be saved before being viewed in Arbortext IsoView. If there is no name for the document available yet, the Save As dialog box appears. If this dialog box is cancelled, the macro will abort.
CONFIRM_NO
If the document has not been saved yet, this command is aborted. In any other case the command will continue and display the document in Arbortext IsoView.
ASK_CONFIRM
Arbortext IsoDraw will try to save the document if it has not been saved yet.
# This command prevents the document from being shown
# in Arbortext IsoView if the document has not been saved yet:
SHOW IN ISOVIEW CONFIRM_NO