Project and modified task

R

Ravi Kodali

I am trying to integrate a MSP plan with an external application using VBA. I
need to know when a task is modified, so that I can transfer only those
particular tasks information to the external application.

Is there a flag that is set when a task is edited?
 
R

Rod Gill

No there isn't. However you can use the task change event to add a date/time
stamp in Date1 and use that.

--

Rod Gill
Microsoft MVP for Project - http://www.project-systems.co.nz

Author of the only book on Project VBA, see: http://www.projectvbabook.com




Ravi Kodali said:
I am trying to integrate a MSP plan with an external application using
VBA. I
need to know when a task is modified, so that I can transfer only those
particular tasks information to the external application.

Is there a flag that is set when a task is edited?

__________ Information from ESET Smart Security, version of virus
signature database 4859 (20100211) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4859 (20100211) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
R

Ravi Kodali

Thanks Rod, My application uses LotusScript (VB like) to create a MSP OLE
object. How can I use the change event of the task in a project. Should we
have a custom template of Project with code in change event and people should
create project from the template?

Thanks,
Ravi
 
R

Rod Gill

I doubt lotusscript will "see" the event. A custom template with the code
would work. Be careful though, change events may fire multiple times if
several tasks get re-calculated dates and sometimes there are actions that
don't fire change events, but I can't remember which and these may change
between versions. I just remember that change events have not been the most
reliable of beasts!

--

Rod Gill
Microsoft MVP for Project - http://www.project-systems.co.nz

Author of the only book on Project VBA, see: http://www.projectvbabook.com




Ravi Kodali said:
Thanks Rod, My application uses LotusScript (VB like) to create a MSP OLE
object. How can I use the change event of the task in a project. Should we
have a custom template of Project with code in change event and people
should
create project from the template?

Thanks,
Ravi



__________ Information from ESET Smart Security, version of virus
signature database 4864 (20100213) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4864 (20100213) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

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