To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=34587


User maxweber changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|''                        |'maxweber'
--------------------------------------------------------------------------------
                  Keywords|                          |oooqa
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Jan 22 12:40:07 -0800 
2005 -------
hi all,

i think for easier analysis of this issue it would be helpful to hook in a Basic
macro, which automatically creates a copy of the document in the current state,
thus allowing to build a history of the document. Next time you are opening a
document and get the read error you have the latest versions of the document
available. This would make it easier to reprocude the issue and would give you,
who are struggling with this issue, a working document, from where you would
just have to repeat the last actions done.

The way of hooking in the macro would be to reassign your preferred way of
saving to the modified save-macro: Extras -> Configure...

The macro would look to something like this:
--------------------------------------------

function [Create filename for backup-copy] {
  return.value = actual.filename + increasing_dummy:integer }

main {
  exec_regular_save;
  save_a_copy([Create filename for backup-copy]);
}

----------------------------


Andrew, could you spare a moment for creating this macro in Basic?? :-)
>From writing your macro book you are just so much more qualified than me, who 
>is
still struggling with Object Programming in Basic.. ;-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to