Accessing Task Info from ASP vs. VBA

G

glenn

Hi,

In MS Project VBA code there is a direct link to MS Project and Task info.

I am working with ASP using VBScript. I have created an ADO recordset
of a MS Access database file that was saved within a MS Project file.

I need to determine if a task is recurring. Using the recordset object, can
I get task information or is there a way to get info on the value of
TASK_IS_RECURRING
from within my ASP VBScript code?

Thanks for any tips.
 
R

Rod Gill

By reading the value of TASK_IS_RECURRING for a task you should get your
answer? That seems too simple, so what is your question, I'm not clear on
it?

If it's just a VBScript question, this may not be the best newsgroup as this
group is for Project VBA. I know it's very similar to VBScript but when
reading a recordset it may not be.
 

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