T
Tom Haviland
I've got an ASP.NET frontend to Project files (when saved as mdb). It works
well, but on one particular file, when you check off a task as complete, it
doesn't show as complete when you open the file in Project. To set a task
complete, the update command looks like:
UpdateCmd = "update msp_tasks set task_pct_comp=100,
task_pct_work_comp=100 where task_id=" + TaskID;
This works fine on all the projects but one (out of about 20). Is there
some project option that I'm missing? It does the same thing to a copy of
the project, so it's not something specific to the file (i.e. it's not read
only), but to the contents of the file.
well, but on one particular file, when you check off a task as complete, it
doesn't show as complete when you open the file in Project. To set a task
complete, the update command looks like:
UpdateCmd = "update msp_tasks set task_pct_comp=100,
task_pct_work_comp=100 where task_id=" + TaskID;
This works fine on all the projects but one (out of about 20). Is there
some project option that I'm missing? It does the same thing to a copy of
the project, so it's not something specific to the file (i.e. it's not read
only), but to the contents of the file.