urgent...

F

Fred

where is
"const_PjQuery_GetFileIDProjectNameFromFilesTaskList"
defined?
the following code is in newtaskpage.asp and I am tring
to find out where the sql statements are stored and how I
can modify them.

oPJQuery.Connect();
if (bCreateProjectTasks)
asp_rst = oPJQuery.OpenRecordset
(const_PjQuery_GetFileIDProjectNameFromFilesTaskList,
oPJSession.oUser.nUserID);
else
asp_rst = oPJQuery.OpenRecordset
(const_PjQuery_GetProjectsOnlyForTLOwner,
oPJSession.oUser.nUserID);
 

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