J
John B
Hi,
When using UpdateProject method, you can only update the selected task(s) or
all the tasks in the project. Is there a way to update as scheduled without
selecting the tasks.
i.e. have a loop like
for each task in activeproject.tasks
task.updateasscheduled
next task
John B
When using UpdateProject method, you can only update the selected task(s) or
all the tasks in the project. Is there a way to update as scheduled without
selecting the tasks.
i.e. have a loop like
for each task in activeproject.tasks
task.updateasscheduled
next task
John B