Extracting Status report text

M

MT

I would like to know how to extract the status report text
data from Project server.

Or anyone know what the API is for the following
pjhtmlrp.dll? This is the routine used by the status
report web client to extract the status report text data.
 
K

Kevin Flanagan

There are a group of tables that start with
MSP_WEB_STATUS..... that would contain the inofrmation
you are looking for to extract into a reporting tool or
ASP page possibly.

Kevin
 
M

MT

Kevin I know which table it is suppost to contain the text
for the status report (MSP_WEB_STATUS_Responses) field
MRESP_TEXT. The problem is when you exam the field it
contain what looks like an XML /PDS format and does not
contain the actual text of the status report. So my
question is where or how is the actual data stored.
 
Top