[dba-dev] SRB version 1.0.2 is now live

2008-04-02 Thread Ocke Janssen - Sun Microsystems Inc.

Hi,

for all who don't read the users list. The new version of the SRB is now 
available.


Best regards,

Ocke

--
Ocke Janssen  Tel: +49 40 23646 661, x1
Dipl. Inf(FH) Fax: +49 40 23646 550
Sun Microsystems Inc.
Nagelsweg 55 mailto:[EMAIL PROTECTED]
D-20097 Hamburg   http://www.sun.com/staroffice

Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, 
D-85551 Kirchheim-Heimstetten

Amtsgericht Muenchen: HRB 161028
Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dba-dev] Build problem in dbaccess on simplified Chinese WinXP

2008-02-28 Thread Ocke Janssen - Sun Microsystems Inc.

Hi Felix,

Zhang Xiaofei schrieb:

Hi all,

Building the dbaccess module on simplified Chinese WinXP results in 
the following error:


g:/ooo_SRC680_latest\dbaccess\source\sdbtools\connection\objectnames.cxx(223) 
:
error C2958: the left parenthesis '(' found at 
'g:\ooo_src680_latest\dbaccess\so

urce\sdbtools\connection\objectnames.cxx(213)' was not matched correctly
dmake:  Error code 2, while making 
'../../../wntmsci10.pro/slo/objectnames.obj'



As the correct form of the code can be seen at
http://lxr.go-oo.org/source/dba/dbaccess/source/sdbtools/connection/objectnames.cxx#213 


like:

   if  (   ( _rName.indexOf( (sal_Unicode)34  ) = 0 )  // 
   ||  ( _rName.indexOf( (sal_Unicode)39  ) = 0 )  // '
   ||  ( _rName.indexOf( (sal_Unicode)96  ) = 0 )  // `
   ||  ( _rName.indexOf( (sal_Unicode)145 ) = 0 )  // ‘
   ||  ( _rName.indexOf( (sal_Unicode)146 ) = 0 )  // ’
   ||  ( _rName.indexOf( (sal_Unicode)180 ) = 0 )  // ´
   )

In my MS VS2003 It is displayed as the following form:

   if  (   ( _rName.indexOf( (sal_Unicode)34  ) = 0 )  // 
   ||  ( _rName.indexOf( (sal_Unicode)39  ) = 0 )  // '
   ||  ( _rName.indexOf( (sal_Unicode)96  ) = 0 )  // `
   ||  ( _rName.indexOf( (sal_Unicode)145 ) = 0 )  // 
?||  ( _rName.indexOf( (sal_Unicode)146 ) = 0 )  // 
?||  ( _rName.indexOf( (sal_Unicode)180 ) = 0 )  // 
?)

   return ErrorCondition::DB_QUERY_NAME_WITH_QUOTES;


It seems the last two conditions and the parenthesis is mistakenly 
interpreted as a part of the comment, due to some encoding problem. 
Here in Beijing it is a very old problem in dozens of milestones 
AFAIR, and we always add linebreaks manually to fix it. But I think 
it's better to have it reported and fixed in the official source.
Thanks for reporting this. Do you have a fix for it? May be it is 
possible to insert /// slashes instead of two or we have to remove the 
comment and replace it with words. Could you please test which may work 
on your side?

Thanks.

Best regards,

Ocke


Thanks and Best Regards, :-)
Felix.












-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  



--
Ocke Janssen  Tel: +49 40 23646 661, x1
Dipl. Inf(FH) Fax: +49 40 23646 550
Sun Microsystems Inc.
Nagelsweg 55 mailto:[EMAIL PROTECTED]
D-20097 Hamburg   http://www.sun.com/staroffice

Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, 
D-85551 Kirchheim-Heimstetten

Amtsgericht Muenchen: HRB 161028
Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dba-dev] Re: [Spam] Re: [dba-dev] Manupelating the Datasource of the Report Builder

2008-01-23 Thread Ocke Janssen - Sun Microsystems Inc.

Fernand Vanrie schrieb:

Ocke Janssen wrote:

Hello Fernand Vanrie,

I attached a short basic macro which creates the report builder. 
After that you could change the command or other properties you like. 
Sadly you can't at the moment open it hidden.

http://www.openoffice.org/issues/show_bug.cgi?id=85506
And issue
for a better API where you should just call 
http://www.openoffice.org/issues/show_bug.cgi?id=85507

getReportDocuments().getByName(Report1).getComponent()

I hope this helps a little bit.
Ocke ,  thanks but your  mailer has replaced  the bas-fileswith this 
message


The original attachment - report.bas - has been removed from this
  message, as it is a type of file which has recently been used
  to carry viruses and other malicious software.

  The following extensions are no longer supported as valid
  email attachments and will be removed since they are primarily
  used to carry viruses and other malicious software:

 asp bas bat chm cmd com exe hlp hta inf isp js jse lnk msi mst
 pcd pif reg scr url vbe vbs ws wsh sun.com.zip

please send me the code in a other file !
Sorry. It is the same code as in issue description of 
http://www.openoffice.org/issues/show_bug.cgi?id=85506


- oj


thanks again



Best regards,

Ocke

Fernand Vanrie wrote:

Hallo,

For making Reports acsesable for cummon users i need to make a macro 
with data-selection- criteria who produces a data-set who can be 
used a the source for a rpre-definned report build by the wizard 
or the Sun Report Builder.
Can the source be altered by the macro and can data selected in the 
GUI- beamer been used? I can make a row-set out of selected data in 
the beamer


Thanks for any hint

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Ocke Janssen  Tel: +49 40 23646 661, x1
Dipl. Inf(FH) Fax: +49 40 23646 550
Sun Microsystems Inc.
Nagelsweg 55 mailto:[EMAIL PROTECTED]
D-20097 Hamburg   http://www.sun.com/staroffice

Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, 
D-85551 Kirchheim-Heimstetten

Amtsgericht Muenchen: HRB 161028
Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dba-dev] Rpt Bldr and Issue Integration

2007-12-04 Thread Ocke Janssen - Sun Microsystems Inc.

Hi Drew,

Drew schrieb:

Hello All,

Looking to put a few hours at least into testing of Verified Fixed issues, to 
see if I can close some of these. I am wondering however about those for Report 
Builder - Can I get a copy of a Report Builder oxt that includesthe current 
integrated files?
  
For example - I can download OOo Build 238 at Linux.cz and there is a freshly built copy of ReportBuilder.oxt, but not sure if this includes any of the files or not. Anyone know on that?
  
The oxt file didn't change. The fixes are located in the 238 build. I 
have one cws named pentaho1 which will change the oxt file. But 
currently this cws waits for nomination by QA.

Second question -

Building Report Builder and Report Wizard using NetBeans - I just pulled the 
full source distibution for 238 so have all the files needed AKAIK. I don't 
suppose anyone has a set of project files for this already put together that 
they would be willing to share? Maybe I'm just being blind and this is in the 
source and just missed it? I can pull any needed files from CVS as needed to 
augment this.
  
When you look at the project jfreereport you'll see a folder named 
nbprojects. Guess what is in it ;-) But you have to adjust the paths 
inside the project.properties file. But these prjoect will be changed 
when inetragting pentaho1. May be you could do a

cvs update -kk -jCWS_SRC680_PENATHO1_ANCHOR -jcws_src680_pentaho1
to get the newest sources from pentaho. But don't forget to do this also 
in the project reportdesign :-)

Anyway - I was hoping to put some time into this within the next 2 days and my 
first goal is to get a NetBeans projects setup for Report Wizard and Report 
Builder. If someone can help with a little information about getting this setup 
that would be great.
  
The report wizard is located in the project wizards. Try to create a nb 
project java with existing sources and select the wizards folder. You 
have to add some jars to build it. Below is may list for windows.


file.reference.java_uno.jar=d:\\dev\\o_dba24d\\SRC680\\wntmsci10\\bin.m238\\java_uno.jar
file.reference.juh.jar=d:\\dev\\o_dba24d\\SRC680\\wntmsci10\\bin.m238\\juh.jar
file.reference.jurt.jar=d:\\dev\\o_dba24d\\SRC680\\wntmsci10\\bin.m238\\jurt.jar
file.reference.jut.jar=d:\\dev\\o_dba24d\\SRC680\\wntmsci10\\bin.m238\\jut.jar
file.reference.ridl.jar=d:\\dev\\o_dba24d\\SRC680\\wntmsci10\\bin.m238\\ridl.jar
file.reference.unoil.jar=d:\\dev\\o_dba24d\\SRC680\\wntmsci10\\bin.m238\\unoil.jar

Thanks very much

Drew



  
I hope this helps a little bit. But sometimes it's hard to guess what 
netbenas want ;-)


Best regards,

Ocke

--
Ocke Janssen  Tel: +49 40 23646 661, x1
Dipl. Inf(FH) Fax: +49 40 23646 550
Sun Microsystems Inc.
Nagelsweg 55 mailto:[EMAIL PROTECTED]
D-20097 Hamburg   http://www.sun.com/staroffice

Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, 
D-85551 Kirchheim-Heimstetten

Amtsgericht Muenchen: HRB 161028
Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-dev] Base Features - Sun Report Builder Features

2007-12-04 Thread Ocke Janssen - Sun Microsystems Inc.

Hello all,

I added a new page to the Wiki: 
http://wiki.services.openoffice.org/wiki/Base_Features


There you'll find the features which are planned for the base 
development. Currently only the Sun Report Builder is available.
There we put some ideas we think are the next issues we should work on. 
Comments are welcome as well as any help ;-)



Best regards,

Ocke

--
Ocke Janssen  Tel: +49 40 23646 661, x1
Dipl. Inf(FH) Fax: +49 40 23646 550
Sun Microsystems Inc.
Nagelsweg 55 mailto:[EMAIL PROTECTED]
D-20097 Hamburg   http://www.sun.com/staroffice

Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, 
D-85551 Kirchheim-Heimstetten

Amtsgericht Muenchen: HRB 161028
Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]