Issues while creating an addin on MS Project

A

a.sindhu8

Hi,

We have developed an application which is an addin on MS Project . We
will be editing tables , views of the MS Project . It works fine when
i install the addin in English version of MS Project but when i
install the same on another language version of MS Project few
columns
in the tables and few tables wont get created as there are few
placing
where the code is langugage dependent.


Examples:


applicationObject.TableEdit(Name:="My Application", TaskTable:=True,
NewFieldName:="Resource Names", Title:="Resource", Width:=15,
Align:=2, LockFirstColumn:=True, DateFormat:=255, RowHeight:=1,
AlignTitle:=1)


Here , this code works fine in English version of MS Project but if
the run the same code in other language it fails as the string
"Resource Names" will be different in different languages .


applicationObject.ViewEditSingle("Resource Sheet", True, "Resource")


same problem with this code also .The String "Resource Sheet" will be
different in different language.


can anyone let us know if there is anyway to retrive the names by id
or some unique parameter which will be same in all the languages (i.e
language independent).


Thank you,
Sindhu
 

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