Re: [api-dev] Regresion in User Defined DocumentInfo

2009-03-17 Thread Mathias Bauer
Andrew Douglas Pitonyak wrote: > Frank Schönheit - Sun Microsystems Germany wrote: >> Hi Fernand, >> >> >>> now i have to use >>> >>> oDocuInfo.GetpropertieValue(" PMG_StylesVakjes") >>> >>> Changing this few lines is not the problem, but The code is around in >>> Thousands of documents :

Re: [api-dev] Regresion in User Defined DocumentInfo

2009-03-16 Thread Andrew Douglas Pitonyak
Frank Schönheit - Sun Microsystems Germany wrote: Hi Fernand, now i have to use oDocuInfo.GetpropertieValue(" PMG_StylesVakjes") Changing this few lines is not the problem, but The code is around in Thousands of documents :-) should i start changing my code or can this be fixed ?

Re: [api-dev] Regresion in User Defined DocumentInfo

2009-03-16 Thread Fernand Vanrie
Frank Schönheit - Sun Microsystems Germany wrote: Hi Fernand, now i have to use oDocuInfo.GetpropertieValue(" PMG_StylesVakjes") Changing this few lines is not the problem, but The code is around in Thousands of documents :-) should i start changing my code or can this be fixed ?

Re: [api-dev] Regresion in User Defined DocumentInfo

2009-03-16 Thread Frank Schönheit - Sun Microsystems Germany
Hi Fernand, > now i have to use > > oDocuInfo.GetpropertieValue(" PMG_StylesVakjes") > > Changing this few lines is not the problem, but The code is around in > Thousands of documents :-) > > should i start changing my code or can this be fixed ? I'd say this is an API compatibility issu

[api-dev] Regresion in User Defined DocumentInfo

2009-03-16 Thread Fernand Vanrie
When do some test with dev 3.1 (latest snapshot) i found a anoying regressing in the use of the User Defined DocumentInfo I have a lot of code around who uses: oDocuInfo = oDocument.getDocumentInfo() dim str1 ,str2 as string str1 = oDocuInfo.PMG_StylesVakjes str2 = oDocuInfo.PMG_Kol