undo unavailable

T

Tom Vanwinckel

Hi,

I wrote a .Net application that updates MS Project 2002 tasks
automatically: the PercentComplete of a scanned task gets adjusted.
While doing this, the MS Project app stays visible, and is not saved after
the change.

So, my guess was that the 'undo' functionality would stay available, so that
the task could be set to its original value if necessary. That is not the
case.

Can this be solved?

Thanks,

Tom
 
J

Jack D.

Tom said:
Hi,

I wrote a .Net application that updates MS Project 2002 tasks
automatically: the PercentComplete of a scanned task gets adjusted.
While doing this, the MS Project app stays visible, and is not saved after
the change.

So, my guess was that the 'undo' functionality would stay available, so
that the task could be set to its original value if necessary. That is
not the case.

Can this be solved?

Thanks,

Tom

Store the original value somewhere within your code so that you can restore
it if necessary.
You may want to store it in one of the available user defined fields or some
other data structure.

--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP
email: J -at- eM Vee Pee S dot COM


+++++++++++++++++++
 
Top