Visio 2003 should be able to create automatic backups like Word.

P

Punctilious

Other MS Office products such as Word and Excel offer a feature to
automatically create a backup copy of a file when it is saved, thus
protecting critical information and providing the ability to recover the last
update. There are even unique file types for Word and Excel backups. However,
Visio does not offer this, even though the creation of diagrams may be time
consuming and critical to the enterprise.

Actually, this feature should be available across the MS Office product suite.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...c46b466c6&dg=microsoft.public.visio.developer
 
R

rafi qadri

HI
I am right now working on Viso Activex Control in dot net . I am trying
to implement "Undo for Moving Object" .
I have used the following functions but its unable to Undo the action when
the object is moved . The undo functionality is only working on Adding ,
Deleteing an object but not on Moving object

VisioApp.Undo()
VisioApp.DoCmd(VisUICmds.visCmdEditUndo)
VisioApp.DoCmd(VisUICmds.visCmdEditUndoMultiple)
Regards

Rafi Qadri

SMVP
 
P

Paul Herber

Other MS Office products such as Word and Excel offer a feature to
automatically create a backup copy of a file when it is saved, thus
protecting critical information and providing the ability to recover the last
update. There are even unique file types for Word and Excel backups. However,
Visio does not offer this, even though the creation of diagrams may be time
consuming and critical to the enterprise.

If it's critical to the enterprise (or just plain critical to anybody)
then you shouldn't be relying on automatic backup copies to recover
the previous update.
Look at version control systems, plenty of them around, many of them
are free.
 
P

Punctilious

Yes, this works essentially like Word, which also provides automatic backups.
Besides, autorecover might help in the event of a crash, but NOT if you made
a change, saved it, and then thought better of it. We are talking about
separate files.

The PDP-11, for example, had the ideal auto-backup setup, using GDGs with
variable n generations saved, the most current being the default. That would
take care of everything. Best of all, it was largely transparent to the user.
IBM has had GDGs since the 60s. Unfortunately, MS never implemented such a
file system, or anything remotely like it. Cheap disk space would make this
more attactive.
 
P

Punctilious

Yes and no. You are correct in pointing to version control systems, but it
MUST be automatic because people don't always remember to do the right thing.
You have obliquely pointed out that these auto-backups are really only a
band-aid by MS to cover the fact that there IS no MS versioning file system.
(See response to Al Edlund.) If there are "plenty of them around, many of
them free", it should be a piece of cake for Microsoft to implement this as
an integral part of the file system. Actually, this should have been my
suggestion, not just for Visio. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top