how give feedback to microsoft?

F

Forian Grimm

hi
sorry for the newie question

i found a bug in the pj11sdk2003.chm
is their a way to mail/... microsoft the bug?

txs flori

BTW:
53 is not documented
is it 53=null ??

pj11sdk2003.chm::/html/pjxml_schTask.htm
---------------------------------------------

XML Schema for the <Task> Element
The following shows the <Task> element schema for Microsoft Office Project
2003. This is a child of the <Project> schema.
.....
<xsd:element name="LagFormat" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The format for expressing the lag format.
Values are: 3=m, 4=em, 5=h, 6=eh, 7=d, 8=ed, 9=w, 10=ew, 11=mo,
12=emo, 19=%,
20=e%, 35=m?, 36=em?, 37=h?, 38=eh?, 39=d?, 40=ed?, 41=w?, 42=ew?,
43=mo?,
44=emo?, 51=%? and 52=e%?
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:enumeration value="3" />
........
<xsd:enumeration value="52" />
<xsd:enumeration value="53" /> ********
</xsd:restriction>
</xsd:simpleType>
</xsd:element>

pj11sdk2003.chm::/html/pjxml_elemLagFormat.htm
-----------------------------------------------------
<LagFormat> Element
The format for the amount of lag specified in <LinkLag>.....
3
....
51
52

NO 53 ******
 
J

Jim Corbin [MSFT]

You are correct, the enum value 53 is missing for the LagFormat element. 53
is null. It is present in the other elements such as DurationFormat and
LevelingDelayFormat. The fix will not be published until next Spring, since
the entire MSDN content for Office development was just finalized for
publishing online and for the January DVD.

In general, you can send bug reports for MSDN at the 'Product Feedback
Center' link on the bottom of the MSDN home page, http://msdn.microsoft.com/.
You will be asked to create a profile.

For Project content on MSDN, you can click the 'Talk to us' link on the
Office Developer Center (ODC) feedback page
(http://msdn.microsoft.com/office/understanding/project/feedback/default.aspx)
that you access from the ODC Project portal - Related Resources
(http://msdn.microsoft.com/office/understanding/project/default.aspx).

Or, just send an email to (e-mail address removed), with the subject that begins
Project:

Thanks for the catch.

--Jim
 

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