Fill Down Drag and drop event

B

Big John

Working on a VSTO addin to disable actions in Project based on Business rules.
Have code to disable the entry of resources on a summary task.
1.Will not allow the entry of resources directly on a existing summary task.
2.Prevent the demotion or promotion of a task it turn any task into a
summary if resources are present.
3.Prevent Copy or Cut and Past of resources into a summary task

The one event we cannot figure out how to capture is a drag down of resource
names. We can capture the info for the starting task but do have an event to
check all tasks to the ending event.

Does anyone have a sugestion on how to fix this?
 
R

Ray McCoppin

I check business rules like this in the Project_Change or the
Project_Calculate or the Project_BeforeSave event. This is the only place
that I know that captures all possible changes to a Project /Task.


Hope this helps
 

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