John Scheffel
11-01-2002, 03:53 PM
Annotation 11.6 has added a new command which allows you to set the default Type for the View Update function. In the past several people I support asked how to do this and the answer was "you can't". I think this will be a popular new customization. Here is some example code that you can add to your am_customize file to change this setting:
;;----------------------------------------------------------------------------
;; Starting with version 11.6, you can set the default Type for updating
;; a view/sheet/drawing. The default is :VIEW. Be careful about changing
;; to your default to :DRAWING since it may cause long updates if you
;; don't change this default while updating. Uncomment one of the
;; following lines to set your default type.
;(docu_set_default_type_for_update :VIEW)
;(docu_set_default_type_for_update :VIEW-SET)
;(docu_set_default_type_for_update :SHEET)
;(docu_set_default_type_for_update :DRAWING)
;;----------------------------------------------------------------------------
;; Starting with version 11.6, you can set the default Type for updating
;; a view/sheet/drawing. The default is :VIEW. Be careful about changing
;; to your default to :DRAWING since it may cause long updates if you
;; don't change this default while updating. Uncomment one of the
;; following lines to set your default type.
;(docu_set_default_type_for_update :VIEW)
;(docu_set_default_type_for_update :VIEW-SET)
;(docu_set_default_type_for_update :SHEET)
;(docu_set_default_type_for_update :DRAWING)