Urgent !!!

S

sarith sutha

Hi,
I need to store some custom data into a .mpp file. The datatypes
provided by Microsoft Project for a Custom Document Properties are
only text,date,number , boolean . I need to store a collection , how
do i go about it? is there any work around?
Is there any size limitations on these properties?

Thankx in advance.
 
J

Jack D.

sarith said:
Hi,
I need to store some custom data into a .mpp file. The datatypes
provided by Microsoft Project for a Custom Document Properties are
only text,date,number , boolean . I need to store a collection , how
do i go about it? is there any work around?
Is there any size limitations on these properties?

Thankx in advance.

You can not create a new datatype in an mpp file. The workaround would be to
use a text field or the notes field (which is bigger) and store your
information in some way that you can parse it as a collection.

Specifically, what is it you are trying to store? Perhaps there is an
alternative way of doing this.




--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP


+++++++++++++++++++
 
S

sarith sutha

Jack D. said:
You can not create a new datatype in an mpp file. The workaround would be to
use a text field or the notes field (which is bigger) and store your
information in some way that you can parse it as a collection.

Specifically, what is it you are trying to store? Perhaps there is an
alternative way of doing this.

Thankx for the prompt reply .
I was planning to store a mapping of the task id of the task in MPP to
an id of the corresponding object in my application. I cannot store
this in any of the custom fields becoz the mapping is not one to one.
i.e two tasks in MPP may correspond to only one object in my platform
and vice versa .

This mapping can be put in an XML format. Is there a way to store the
XML in an MPP file ?
 
R

Rod Gill

Hi,

Why not enter the id of the object in your app in Number1 or Text1 in
Project? You get multiple tasks in Project to one object in your app. I
don't see why you need a collection?

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

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