D
Dean C
I want to simplify the process of filtering for downstream tasks. In the
Network Diagram view, if you press and hold shift, then left mouse click on a
TaskBox, all downstream tasks are selected.
The code below, with appropriate values in the variables, will get me where
to position the cursor, but I can't figure out how to position the cursor so
that I can use Sendkeys or vbKeyShift vbKeyLButton. Any tips will be
appreciated.
BoxSet Action:=pjBoxSelect, TaskID:=SubjectTask,
ProjectName:=SubjectProjectName
MyXPosition = BoxGetXPosition(TaskID:=SubjectTask,
ProjectName:=SubjectProject)
MyYPosition = BoxGetYPosition(TaskID:=SubjectTask,
ProjectName:=SubjectProject)
Network Diagram view, if you press and hold shift, then left mouse click on a
TaskBox, all downstream tasks are selected.
The code below, with appropriate values in the variables, will get me where
to position the cursor, but I can't figure out how to position the cursor so
that I can use Sendkeys or vbKeyShift vbKeyLButton. Any tips will be
appreciated.
BoxSet Action:=pjBoxSelect, TaskID:=SubjectTask,
ProjectName:=SubjectProjectName
MyXPosition = BoxGetXPosition(TaskID:=SubjectTask,
ProjectName:=SubjectProject)
MyYPosition = BoxGetYPosition(TaskID:=SubjectTask,
ProjectName:=SubjectProject)