S
Scott
The Insert/Field menu item allows various fields to be placed into shapes.
The Date/Time category offers four options: creation, current, last edit and
print. However, VB offers another, more useful date/time option for our
purposes: last save.
At the moment, the only way I can find for a user to take advantage of the
last save date is to: 1) insert last edit date/time 2) manually edit the
shapesheet to change DOCLASTEDIT() to DOCLASTSAVE().
My question: is there a way to add the last save field from the Visio UI?
Failing that, can my COM add-in alter the Visio Insert/Field dialog to
include the last save function and also allow the same formatting choices
that the other date/time fields do? Any sample code for doing this?
Thanks --
The Date/Time category offers four options: creation, current, last edit and
print. However, VB offers another, more useful date/time option for our
purposes: last save.
At the moment, the only way I can find for a user to take advantage of the
last save date is to: 1) insert last edit date/time 2) manually edit the
shapesheet to change DOCLASTEDIT() to DOCLASTSAVE().
My question: is there a way to add the last save field from the Visio UI?
Failing that, can my COM add-in alter the Visio Insert/Field dialog to
include the last save function and also allow the same formatting choices
that the other date/time fields do? Any sample code for doing this?
Thanks --