Hi guys! I have a problem maybe somebody out there can help me with...
My problem involves MS Project 2003 Pro. I have it setup to support many languages (Japanese, Simplified and Traditional Chinese and Korean). I called the ProjectSummaryInfo method of MS Project thru Progress. It has these parameters:
[ Logical-Var = ] <com-handle>: ProjectSummaryInfo (
<anytype>-Project,
<anytype>-Title,
<anytype>-Subject,
<anytype>-Author,
<anytype>-Company,
<anytype>-Manager,
<anytype>-Keywords,
<anytype>-Comments,
<anytype>-Start,
<anytype>-Finish,
<anytype>-ScheduleFrom,
<anytype>-CurrentDate,
<anytype>-Calendar,
<anytype>-StatusDate,
<anytype>-Priority,
<anytype>-PartiallyDisabled ).
My problem here is with the 'Calendar' property. It seems that whenever I change the language of MS Project, the parameter I need to pass changes into the same language. '24 Hours', for example, becomes something like '24 ji-kan-tai-sei'. The same goes for the other languages. Oh, and I cannot read any other characters besides English ones mind you! Is there a way for me pass characters of various languages depending on the value of SESSION:CHARSET? I also tried to fiddle around with the CODEPAGE-CONVERT function... I cannot get it to work properly! Maybe it's because I'm passing the wrong values to it? Do I need to understand all the languages I want to use to successfully accomplish this?
Thanks a lot for your time!
My problem involves MS Project 2003 Pro. I have it setup to support many languages (Japanese, Simplified and Traditional Chinese and Korean). I called the ProjectSummaryInfo method of MS Project thru Progress. It has these parameters:
[ Logical-Var = ] <com-handle>: ProjectSummaryInfo (
<anytype>-Project,
<anytype>-Title,
<anytype>-Subject,
<anytype>-Author,
<anytype>-Company,
<anytype>-Manager,
<anytype>-Keywords,
<anytype>-Comments,
<anytype>-Start,
<anytype>-Finish,
<anytype>-ScheduleFrom,
<anytype>-CurrentDate,
<anytype>-Calendar,
<anytype>-StatusDate,
<anytype>-Priority,
<anytype>-PartiallyDisabled ).
My problem here is with the 'Calendar' property. It seems that whenever I change the language of MS Project, the parameter I need to pass changes into the same language. '24 Hours', for example, becomes something like '24 ji-kan-tai-sei'. The same goes for the other languages. Oh, and I cannot read any other characters besides English ones mind you! Is there a way for me pass characters of various languages depending on the value of SESSION:CHARSET? I also tried to fiddle around with the CODEPAGE-CONVERT function... I cannot get it to work properly! Maybe it's because I'm passing the wrong values to it? Do I need to understand all the languages I want to use to successfully accomplish this?
Thanks a lot for your time!