retrieving task note using c++

  • Thread starter Thomas Pfäfflin
  • Start date
T

Thomas Pfäfflin

hi,

how can i retrieve a tasks note from a project2000 mpd-file
with ADO in C++? I can get the Field TASK_RTF_NOTES from
MSP_TASKS as an variant, but dont know what to do now,
because i get an unknown variant type (0x2011).

Pls help.
Thomas
 
R

Rod Gill

Hi,

Search for the projdb.htm (pjdb.htm for P2003) file on your Project CD or
Project's program folders. It describes how to decode the rtf field.

--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server

Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
 
T

Thomas Pfäfflin

Am Thu, 2 Sep 2004 21:02:52 +1200 schrieb Rod Gill
Hi, Hi,

Search for the projdb.htm (pjdb.htm for P2003) file on your Project CD or
Project's program folders. It describes how to decode the rtf field.
i know the projdb.html, but there is only a small example for
vb, which i cant transfer to c++ code, so maybe anyone else has
already managed a C++ version.

Well I have found, that i can read the field using GetChunk(...). Lets
look what i can do with this ...

Thomas
 

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