[dba-dev] Re: How to refresh DataSourceBrowser in a FrameControl

2011-06-13 Thread Frank Schönheit
Hi Fernand, > I am afraid that the "parameter" stuff is not working at all > > oForm.setint(1,1000) should gives a value of "1000" to parameter 1 > > but this does nothing, the oform.parameters stay empty ? Hmm, this might be caused by some special implementation, seems to be some inconsistency

[dba-dev] Re: staus of bugfixes toward OOo 3.4 and dev300: cws fs34b and fs34c, fs35a, hsqldb19

2011-06-10 Thread Frank Schönheit
Hi Alex, > I'm just glad you're still alive and kicking :-)) (and the same for the > other guys if they're still around) The whole sudden-death-supernova > radio silence was a bit freaky and more than a little sad :-) Thank you - and ... well, yes. Not really a satisfying situation, for nobody :-

[dba-dev] Re: How to refresh DataSourceBrowser in a FrameControl

2011-06-10 Thread Frank Schönheit
Hi Fernand, > Me again: > when loading a paramerized statement i have aSQL error "Values not set > for all parameters" > so i load >aLoaderArguments(1).Name = "CommandType" > aLoaderArguments(1).Value = 2 'com.sun.star.sdb.CommandType.TABLE > aLoaderArguments(2).Name = "Command" >

[dba-dev] Re: How to refresh DataSourceBrowser in a FrameControl

2011-06-09 Thread Frank Schönheit
Hi Fernand, > Thanks, now i have my Model and can reload, but the reloading do not > affects the activecommand ? an not the results > > So how to make the new Loaderarguments ("active") or how to pass a new > activecommand to the DatasourceBrowser Ah - I missed, in your original mail, that you

[dba-dev] Re: staus of bugfixes toward OOo 3.4 and dev300: cws fs34b and fs34c, fs35a, hsqldb19

2011-06-09 Thread Frank Schönheit
Hi Zoltán, > the hsqldb19 approved by QA still wait for DEV300 integration. forgot to answer the hsqldb19 part ... As far as I know, the original goal was to integrate hsqldb19 into 3.4, if possible. Not sure what got of this idea, since EIS currently says "Release = OOo 3.5", it might have chan

[dba-dev] Re: staus of bugfixes toward OOo 3.4 and dev300: cws fs34b and fs34c, fs35a, hsqldb19

2011-06-09 Thread Frank Schönheit
Hi Zoltán, > I know correctly that the latest integrated into m106 database connected > cws was dba34d. > The fs34b in finished status, and fs34 fixed two issue and still open, > the hsqldb19 approved by QA still wait for DEV300 integration. > > In EIS i found that is nmerged to cws > dba34d:

[dba-dev] Re: How to refresh DataSourceBrowser in a FrameControl

2011-06-09 Thread Frank Schönheit
Hi Fernand, > Point is : my Datsourcebrowser has no model ? Ah ... the pitfalls of the Basic UNO binding! The controller supports both the XController and XTabController interfaces, both have a getModel() method, so "oController.getModel()" (or "oController.Model") is ambiguous in Basic. It is n

[dba-dev] Re: OpenOffice Internship-2011

2011-06-08 Thread Frank Schönheit
Hello Amit, > I am Amit Pal a undergraduate student from IT-BHU, majoring in computer > science and eng. I want to be a part of summer internship 2011. I will > be very glad if you tell me the procedure. I am new here Hmm, I don't know about any internship program 2011, and given the recent chan

[dba-dev] Re: How to refresh DataSourceBrowser in a FrameControl

2011-06-08 Thread Frank Schönheit
Hello Fernand, > I try to use the "com.sun.star.frame.FrameControl" in a dialog acting as > a "subforms'. > > So i have 2 Framecontrol's loaded with a dataSource browser based on a > SQL-statement > > When selecting a row in the first FrameControl the data in the second > must been refreshed (p

[dba-dev] Re: Shared Library registration with regcomp

2011-04-04 Thread Frank Schönheit
Hi Rohit, > I am trying to register the library (.so) file for the example skeleton > sdbc driver using "regcomp" tool into the services.rdb file. When I try > to register the shared library in "connection/unxlngi6.pro/lib I suppose you mean "connectivity/unxlngi6.pro/lib" here, i.e. the local ou

[dba-dev] Re: Opening forms in m105

2011-04-01 Thread Frank Schönheit
Hi Peter, > my forms are not readable anymore (really ugly). > That seems due the fact that forms are now opened in printlayout instead > of weblayout, but: shouldn't forms created in weblayout continue to open > in weblayout? > Otherwise all those forms have to be edited oncemore, and people wh

[dba-dev] Re: dba qa webpage

2011-03-28 Thread Frank Schönheit
Hi Zoltán, > On > http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html > webpage, Chris is a dba qa project lead. Fixed, thanks. Ciao Frank -- - To unsubscribe send email to dev-unsubscr...@dba.openoffice.

[dba-dev] Re: Flat text Database Opening Changes in DataSource Browser

2011-03-25 Thread Frank Schönheit
Hi Fernand, > Sinds 3.3 the opening of a Flat Text Database (showing the tables) in > the DataSource Browser has changed. > Before, when showing the Tables (all the ".txt" files in a directory) > was fast.and no files where locked by OO. Now , OO seems to load in > Memory all the tables (.txt fil

[dba-dev] Re: Form wizard changed views?

2011-03-25 Thread Frank Schönheit
Hello Zoltán, > Two other options, "Columnar Labels on Top", and "Columnar Labels > Left" inserts some controls into the form, in way that the controls > placed wrongly, not fully within the form, hang out, the field starts in > page, but ends out of the page. > > When investigated further I

[dba-dev] Re: Reports in m102 don't work

2011-03-21 Thread Frank Schönheit
Hi Peter, > seems the "classical" Report doesn't work in m102 anymore. Known issue? for the record: submitted (by you) as bug 117454, will be fixed in CWS fs34b, target OOo 3.4. Thanks & Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@or

[dba-dev] Re: Next record in form navigation bar

2011-03-02 Thread Frank Schönheit
y lets you travel through all those n+1 records. Whether or not this is a good user experience - phh. Personally, I never considered it problematic. But my gut feeling is that's question pretty hard to decide. Ciao Frank -- ORACLE Frank Schönheit | Soft

Re: [dba-dev] Changes to DB are not persistent

2010-12-22 Thread Frank Schönheit
t; Thank You very much for Your profound explanation. I'm rather new to > OOO-coding, so your help is very welcome You're certainly welcome. Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Ora

Re: [dba-dev] New flterbehavior for forms in 3.3

2010-12-22 Thread Frank Schönheit
Hi Peter, > if a listbox in a form is linked to another table (foreign key relation) > and the content of the listbox is loaded with a select statement (no > subform), then the behavior in OpenOffice.org 3.3 is another one then in > OpenOffice 3.2.0: > > If I click on the filter button on the

Re: [dba-dev] Changes to DB are not persistent

2010-12-22 Thread Frank Schönheit
Dispose() will solve this issue, but I will figure > that out after holidays (no windows at home). Is it ok to post (odb-) > attachments to this list? They should come through, however - at some point in time, an issue is needed, anyways. So I'd prefer you submitting the issue

Re: [dba-dev] Changes to DB are not persistent

2010-12-21 Thread Frank Schönheit
showing this, please submit an issue at http://www.openoffice.org/issues/enter_bug.cgi?component=Database%20access. Feel free to assign it to me (fs). Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Offi

Re: [dba-dev] Duplication of browse buttons in report builder in DEV300m95

2010-12-16 Thread Frank Schönheit
Hi Zoltán, > I found the duplication of browse buttons in report builder, property > browser "Data" tabs, in DEV300m95, as described in issue for forms: > http://www.openoffice.org/issues/show_bug.cgi?id=115430 > This will be solved in dba34b for forms, this will solve report builder > issue, t

Re: [dba-dev] Base bug storing large files in a blob

2010-12-01 Thread Frank Schönheit
gt; > Sounds like a bug to me... Is this plausible? Sure. Would need investigation whether this is on HSQL or OOo side, but pretty much sounds like a bug to me as well. Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoe

Re: [dba-dev] Multiple issues with Calc and JDBC-Oracle queries to large tables

2010-12-01 Thread Frank Schönheit
it rather unlikely that the problem will be fixed in a foreseeable future. Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Office Productivity: http://www.oracle.com/office -

Re: [dba-dev] issue 112706: can I help?

2010-11-22 Thread Frank Schönheit
Hi Terry, apologies for us ignoring your question for so long ... I don't really have good excuse except laziness or something equally ... self-bashing, so I don't even try ... Just in case you're still interested in a response: > OResultSet::move fails to find a matching bookmark (after 0 > int

Re: [dba-dev] postgres ODBC problem with view

2010-10-11 Thread Frank Schönheit
ould be something other than bestRowSession - and the bug on OOo side would be to use CTID for the given purpose nonetheless. @Zoltan: Care to submit an issue? Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Office Productivity: http://www.

Re: [dba-dev] postgres ODBC problem with view

2010-10-11 Thread Frank Schönheit
re about this, but I suspect the PQ driver might deliver that column's name as BestRowIdentifier, which might tempt our RowSet to use it in some kind of "SELECT * FROM WHERE ctid=?" statement (for re/fetching rows). Ocke? Ciao Frank -- ORACLE Frank Schönheit | Software Engineer

Re: [dba-dev] How to pass password when opening DatasourceBrowser

2010-10-04 Thread Frank Schönheit
ueless than :( Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Office Productivity: http://www.oracle.com/office - To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org For addition

Re: [dba-dev] How to pass password when opening DatasourceBrowser

2010-10-04 Thread Frank Schönheit
call to create the connection with "connectWithCompletion", then it actually asks for the user/password - so: no, that's not the difference :) Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Office Producti

Re: [dba-dev] How to pass password when opening DatasourceBrowser

2010-10-01 Thread Frank Schönheit
uot; > aProps(1).Value = 0 ' 0 = tabel , 1 = query , 2 = SQL statement > aProps(2).Name = "Command" > aprops(2).value = "pmgdbase.mag_news_export One difference I see here is that you do *not* pass the DataSourceName in the second case (my macro here doe

Re: [dba-dev] How to pass password when opening DatasourceBrowser

2010-10-01 Thread Frank Schönheit
t the code with datasourceName and made the connection > manualy and then changed he code to activeconnection ? Used the same code as you wrote above. > i trye to connect to a MySQL datasource using the Native Connector /me too. Ciao Frank -- ORACLE Frank

Re: [dba-dev] LDAP-Mapping

2010-10-01 Thread Frank Schönheit
quot;ldap_2.servers.default.attrmap.Custom4", > "homePostalAddress,mozillaCustom4,custom4"); Hmm - no idea at the moment what's going wrong there, and I would need to find some time to fiddle with it myself to see what's going on ... Might take a while :-\ Ciao Frank -- O

Re: [dba-dev] How to pass password when opening DatasourceBrowser

2010-10-01 Thread Frank Schönheit
Hi Fernand, > For opening a DataSourceBrowser I use following code > > Dim aProps(6) as New com.sun.star.beans.PropertyValue > aProps(0).Name = "DataSourceName" > aProps(0).Value = "mysql_native" > aProps(1).Name = "CommandType" > aProps(1).Value = 2 ' 0 = tabel ,

Re: [dba-dev] LDAP-Mapping

2010-09-22 Thread Frank Schönheit
cess configuration (in a DataAccess.xcu file somewhere deep in the "share" folder in your installation, but also and preferably accessible programmatically) maps programmatic address book field names to UI column names. Those two together should give you control over what LDAP fields are actua

Re: [dba-dev] ResultSetType Settings in Openoffice Base

2010-09-20 Thread Frank Schönheit
n, some versions of IBM's Universe JDBC drivers fall into this category. So, you simply need to try out whether this setting really helps you. Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Office Productivity: http://www.oracle.com/office ---

Re: [dba-dev] Reopen issue or submit new one?

2010-09-10 Thread Frank Schönheit
the non-working chart activation, the wrong data). Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Office Productivity: http://www.oracle.com/office - To unsubscribe, e-mail: dev-u

Re: [dba-dev] Report Builder Roadmap

2010-09-02 Thread Frank Schönheit
lti-Column support ditto Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Office Productivity: http://www.oracle.com/office - To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org F

Re: [dba-dev] Report Wizard Modules

2010-09-01 Thread Frank Schönheit
izards/com/sun/star/wizard/report. The backend implementation for ReportBuilder-reports is in wizards/com/sun/star/wizard/reportbuilder. Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com Oracle Office Productivity: http://ww

Re: [dba-dev] What to do with "old" type of report issues

2010-08-27 Thread Frank Schönheit
Zoltán, > From time to time issues coming out with "old" type of reports. > I know that SRB/ORB integration stopped for unknown/possible licensing > issues. ? The Report Builder will continue to be available for download, so ...? > What will be happens with the open issues of old reports. > Wh

Re: [dba-dev] Report builder for OOO330_m2

2010-08-11 Thread Frank Schönheit
Hi Zoltán, > Please upload report builder to qa ftp server. I uploaded the version from an m3-build. Ciao Frank - To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org For additional commands, e-mail: dev-h...@dba.openoffi

Re: [dba-dev] MySQL Connector - alive?

2010-08-10 Thread Frank Schönheit
o reproduce reliably), but more about adding correct RPATHs to the libs, and technical stuff like that. At the time of 3.3, there should be a 1.0.1 release. Distros include 1.0.1 since they usually take the version from the main trunk, which already is 1.0.1. Ciao Frank -- ORACLE Frank Schönhei

Re: [dba-dev] Anyone on the Base team from Oracle in the office

2010-08-10 Thread Frank Schönheit
Hi Drew, > There are issues coming in that really look like show stoppers - but a > waste of time to send email to release team without anyone in Hamburg to > comment on the effort to fix. Ocke will still be on vacation for a while. I'll spend a few cycles for Base, but (sadly) not starting imm

Re: [dba-dev] Where to find all open DB connections and closes them

2010-07-01 Thread Frank Schönheit
Hi Fernand, > BTW: noch immer keine "Base" heimweh ? :-P Sometimes. There's so much interesting things I would have liked to do, and there's so much nasty issues coming in which look like they should be fixed before 3.3, but ... On the other hand, my current assignments are pretty interesting

Re: [dba-dev] Recovery process

2009-12-07 Thread Frank Schönheit
Hi Peter, >>> seems the recovery process for base has some shortcomings yet. >>> Neither a created report nor the basic code is restored after crashing >>> and starting the recovery (WinXP and m6). >> Hmm ... "nor the Basic code"? Do you mean that the Basic embedded in >> your .odb is lost after a

Re: [dba-dev] Recovery process

2009-12-04 Thread Frank Schönheit
Hi Peter, > > seems the recovery process for base has some shortcomings yet. > Neither a created report nor the basic code is restored after crashing > and starting the recovery (WinXP and m6). Hmm ... "nor the Basic code"? Do you mean that the Basic embedded in your .odb is lost after a crash/

Re: [dba-dev] Opening a GridControl in a UNO Dialog

2009-10-07 Thread Frank Schönheit
Hi Noel, >> Andreas knows ( I'll ask him ) > confirmation received, neither the dialog or basic streams are ODF ( /me > phews a sigh of relief ) /me too :) Ciao Frank - To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org

Re: [dba-dev] Opening a GridControl in a UNO Dialog

2009-10-07 Thread Frank Schönheit
Hi Noel, > hmm, looks like I lied, there is persistence of sorts, e.g. going from > the filter to the dialog it seems the state of the dialog is transferred > via the dialog stream so it looks like that I have already introduced > some 'unofficial' attributes to support this, Ouch. extending the

Re: [dba-dev] KOI8-U issue

2009-10-07 Thread Frank Schönheit
Hello Alexender, > Hello!!! I am from Ukraine and I have found that > in KOI8-U database is not correct display some symbols > > Example: when i send the query or browse the table i get > not correct letter "і" in word "Ав╕ац╕йна" must be 'Авіаційна' Do you use the integrated HSQLDB database,

Re: [dba-dev] access to ldap server in oo 3.x

2009-08-14 Thread Frank Schönheit - Sun Microsystems Germany
h is used for LDAP access) with SeaMonkey code. Perhaps LDAP access works with this version. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base

Re: [dba-dev] m54: inserting graphic into Oracle blob fails

2009-08-13 Thread Frank Schönheit - Sun Microsystems Germany
f you're interested, I could upload a build of dba32e (Linux and/or Windows) for you to check. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base

Re: [dba-dev] supportsCoreSQLGrammar and Primary Keys, etc.

2009-08-12 Thread Frank Schönheit - Sun Microsystems Germany
uration data describing its capabilities. Here, we could introduce a "PK-support" feature in the configuration data. For generic drivers like the JDBC-SDBC-, ODBC-SDBC-, and ADO-SDBC bridge, I tend to say they should always claim to support PKs, and leave it to the system driver to re

Re: [dba-dev] Open a form/report in a Base file from a standard action on a button - again

2009-08-12 Thread Frank Schönheit - Sun Microsystems Germany
ge. In fact, the existing pre-defined actions you can enter in the UI are effectively implemented using an own URI scheme, and thus perfectly legal. (Which doesn't touch the question of how sensible this decision was, given that it effectively locks out other applications, since this URI schem

[dba-dev] vacation notice

2009-07-17 Thread Frank Schönheit - Sun Microsystems Germany
on it ... Have fun, but don't write too many issues and mails in this time, they all add to the backlog I have to work off after the vacation :) Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://ww

Re: [dba-dev] DisposedException - EOF reached

2009-07-01 Thread Frank Schönheit - Sun Microsystems Germany
Quite confusing. Do you have a JAR or your modified sources you could send me (to the sender address of this mail), so I cann have a look at this? Please no fancy 3-pagers of how to set this up, something which runs out of the box and hits the problem would be really nice :) Ciao Frank -- - Fran

Re: [dba-dev] DisposedException - EOF reached

2009-07-01 Thread Frank Schönheit - Sun Microsystems Germany
g about the registerObject is killing your connection. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - O

Re: [dba-dev] DisposedException - EOF reached

2009-06-29 Thread Frank Schönheit - Sun Microsystems Germany
nt and server are the same. Those are, IIRC, unoil.jar, juh,jar, jurt,jar, ridl.jar (might be more or less than those, not sure). Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun

Re: [dba-dev] An API reference for calling the DB Record Search dialog functionality from client scripts?

2009-06-24 Thread Frank Schönheit - Sun Microsystems Germany
Access/FormSearchOptions) the dialog is initialized with. Ugly, but maybe doable. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base

Re: [dba-dev] OO database sort problem

2009-06-24 Thread Frank Schönheit - Sun Microsystems Germany
ut that might touch MySQL code very deeply, so I am not sure I can do anything before the MySQL-side of our C/OOo team returns from vacation :-\ Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun

Re: [dba-dev] OO database sort problem

2009-06-23 Thread Frank Schönheit - Sun Microsystems Germany
e bad news is: That's a bug in OOo itself, which is only triggered by the way how the driver (legitimately) exposes its database/tables, so, it cannot be fixed in the driver, but in OOo only." Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh.

Re: [dba-dev] OO database sort problem

2009-06-23 Thread Frank Schönheit - Sun Microsystems Germany
stion what he means exactly remains. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base

Re: [dba-dev] OO database sort problem

2009-06-23 Thread Frank Schönheit - Sun Microsystems Germany
Hi Fernand, >> For the first problem: Which database? > MySql native connector Hmm, cannot reproduce. Can you give us a table dump (structure only is sufficient)? Thanks & Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun

Re: [dba-dev] OO database sort problem

2009-06-23 Thread Frank Schönheit - Sun Microsystems Germany
.openoffice.org/issues/show_bug.cgi?id=102793> for it Hmm, 102793 does not seem to describe the quoting problem from above, sounds like two different problems. 102793 slipped my attention so far, will have a look. For the first problem: Which database? Which driver? Does somebody know a

Re: [dba-dev] How can I store the default values and column descriptions in odb file?

2009-06-22 Thread Frank Schönheit - Sun Microsystems Germany
ty set helper classes.) Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base

Re: [dba-dev] OO database sort problem

2009-06-22 Thread Frank Schönheit - Sun Microsystems Germany
Hi Robby, > I have been an OO user for years and mostly love your package, however I > recently > ran up against the sort bug in OO 3.1.0 Base. Excuse my ignorance, but what exactly is "the sort bug in OO 3.1.0 Base"? Thanks & Ciao Frank -- - Frank Schön

Re: [dba-dev] sun-report-builder-alpha-1.1.1.m49 and DEV300m50

2009-06-18 Thread Frank Schönheit - Sun Microsystems Germany
rts (by wizard or manually) falls into this category. So, I would recommend wiping m50 from your disc completely, and waiting for m51. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffi

Re: [dba-dev] OpenOffice accessing Access 2007 database under Vista SP2

2009-06-04 Thread Frank Schönheit - Sun Microsystems Germany
e, you should have got another error message. Hmm.) Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - Open

Re: [dba-dev] Table wizard quirks OOo dev 3.2 m47 (partof SRB for ...)

2009-06-03 Thread Frank Schönheit - Sun Microsystems Germany
though we found out it's a duplicate - using your files in a debug build of OOo tremendously helped to prove that's a duplicate of the above issue. Thanks & Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems

Re: [dba-dev] Table wizard quirks OOo dev 3.2 m47 (partof SRB for ...)

2009-06-02 Thread Frank Schönheit - Sun Microsystems Germany
ind a document named similar to the form you just created. Try copying this file to another location, before closing the dialog in OOo. Then, when OOo restarts, try opening the file - if this crashes, too, then you could send me the file (or submit an issue for it yourself). Thanks & Ciao Fran

Re: [dba-dev] 2 Strings appearing in English in Base UI

2009-05-25 Thread Frank Schönheit - Sun Microsystems Germany
- Dutch, too? Hmm, this is getting out of control ... ;) Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base h

Re: [dba-dev] 2 Strings appearing in English in Base UI

2009-05-25 Thread Frank Schönheit - Sun Microsystems Germany
rdwire Hungarian, too ;) Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base

Re: [dba-dev] 2 Strings appearing in English in Base UI

2009-05-25 Thread Frank Schönheit - Sun Microsystems Germany
o you will be written in this > language : Ningalkku njan paranjathu manasilakunnille? ;-) I usually ignore all non-English bugs :) Perhaps next time I do such a nasty thing, I will hard-wire the French and German translations in the code. All other NL communities either never notice, or never comp

Re: [dba-dev] 2 Strings appearing in English in Base UI

2009-05-23 Thread Frank Schönheit - Sun Microsystems Germany
ded we can go without a localization for 3.1. But don't tell anybody ;) Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base

Re: [dba-dev] Some issues on 3.1.0 with macros

2009-05-22 Thread Frank Schönheit - Sun Microsystems Germany
Cannot reproduce, too. Which platform? Sure you used m11 and not some intermediate version? Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://w

Re: [dba-dev] Datasource - specs - Evolution

2009-05-22 Thread Frank Schönheit - Sun Microsystems Germany
ich causes constant problems for various reasons), and implement an own MAPI SDBC driver, which probably wouldn't make it easier ... Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice

Re: [dba-dev] issue with a variable in localization of querydesign

2009-05-13 Thread Frank Schönheit - Sun Microsystems Germany
Well, yes. I just wanted to say that the author of this string should and could have anticipated the problem, and prevent both your workaround and Sophie's impossibility of a workaround by just doing it right in the beginning. Ciao Frank -- - Frank Schönheit, Software Engineer f

Re: [dba-dev] issue with a variable in localization of querydesign

2009-05-13 Thread Frank Schönheit - Sun Microsystems Germany
in the same way, > the article at the begining is not the same as for the others. Uhm. Given that all we Base developers are native German speakers, and in German, there is the very same problem, this should not have happened at all ... Please submit an issue, assign it to me, and give it a target o

Re: [dba-dev] Open database document from beamer - Bad Beamer.

2009-04-09 Thread Frank Schönheit - Sun Microsystems Germany
Hi Fernand, > Can I suppose that 100764 > <http://qa.openoffice.org/issues/show_bug.cgi?id=100764> is a duplicate > and is also been fixed now ? Uhm, no, this sounds like a completely different issue to me, of which I wasn't aware so far. Will have to investigate. Cia

Re: [dba-dev] Open database document from beamer - Bad Beamer.

2009-04-08 Thread Frank Schönheit - Sun Microsystems Germany
Hi Drew, > Yes, it is the same with Linux. > > http://www.openoffice.org/issues/show_bug.cgi?id=100956 Thanks for finding and reporting this. Interesting bug, from a technical point of view :). Fixed. For 3.1, hopefully. Ciao Frank -- - Frank Schönheit, Software

Re: [dba-dev] Open database document from beamer - Bad Beamer.

2009-04-07 Thread Frank Schönheit - Sun Microsystems Germany
nize/Basic, save the doc, close the doc. Open a text doc, open beamer, choose "Edit database file" in the context menu of the data source => I'm presented with a "Do you want to execute" question. (Security level is set to "Medium".) What is it you do dif

Re: [dba-dev] i99686 and srb 1.1.0 Beta

2009-03-23 Thread Frank Schönheit - Sun Microsystems Germany
ther version? The fix for issue 99686 was (at least in parts) in the extension, so the "old" beta does not contain it. I uploaded a new version (Beta 2) to ftp://qa-upload.services.openoffice.org/SRB, however did not try it, yet. Ciao Frank -- - Frank Schönheit, Software En

Re: [dba-dev] Need i-team for specification [was [dba-dev] New Filter Dialog]

2009-03-09 Thread Frank Schönheit - Sun Microsystems Germany
dba.openoffice.org/specifications/index.html. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://

Re: [dba-dev] Need i-team for specification [was [dba-dev] New Filter Dialog]

2009-03-09 Thread Frank Schönheit - Sun Microsystems Germany
in fact suggest to do the announcement in us...@dba and disc...@ux (though feedback/discussion should happen in one list only, us...@dba preferrably). > Anyway, I think I should stop now and wait for feedback. Thanks & Ciao Frank -- - Frank Schönheit, Software Engineer frank.sch

Re: [dba-dev] Need i-team for specification [was [dba-dev] New Filter Dialog]

2009-03-05 Thread Frank Schönheit - Sun Microsystems Germany
that need to be done/checked before I >>> start: >> In general, do not impose too much meaning into those requirements (but >> don't cite me on that :). Ts. Didn't I say "don't cite me on that"? :) Ciao Frank -- - Frank Schönheit, Software Engi

Re: [dba-dev] Macro Migration Remarks

2009-03-05 Thread Frank Schönheit - Sun Microsystems Germany
ter - ideally with a sample document, as always. Thanks & Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base

Re: [dba-dev] Need i-team for specification [was [dba-dev] New Filter Dialog]

2009-03-04 Thread Frank Schönheit - Sun Microsystems Germany
Hi Max, >> [1] http://dba.openoffice.org/development/projects.html#new_filter > > @FS: there is syntax highlighting still on that page, would you remove > it, please? Done. Thanks for the reminder. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@

Re: [dba-dev] Form > Tablecontrol event: how to obtain column, row and other information

2009-03-03 Thread Frank Schönheit - Sun Microsystems Germany
cell or on a column header, a > pop-up menu appears. Can I add my own menu items to these menus, and if so, > how? No, that's not possible. Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems ht

Re: [dba-dev] New Filter Dialog

2009-03-01 Thread Frank Schönheit - Sun Microsystems Germany
end in themselves - if you can reach what they (the Qs, and on a higher level the spec itself) want to ensure by other means, then Just Do It (TM). > Although it might > not be necessary to meet all these requirements as long as only the spec is > going to be written, it w

Re: [dba-dev] Which version of SRB use with DEV300m2?

2009-02-23 Thread Frank Schönheit
. Ciao Frank PS: Technically, the fix was part of a file which meanwhile had been renamed in the main trunk, and SVN and file renamings aren't really good friends ... -- Frank Schönheit StarOffice/OpenOffice.org Base frank.schoenh...@sun.com+49

Re: [dba-dev] Poll mailing list working?

2009-02-20 Thread Frank Schönheit - Sun Microsystems Germany
t?listName=poll&by=date&from=2009-02-01&to=2009-02-28&first=1&count=1. Sigh. Care to re-send your mail? Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffi

Re: [dba-dev] About hiding the new interface XRecovery for FormDocument

2009-02-18 Thread Frank Schönheit - Sun Microsystems Germany
xtended semantics in form documents, too. In case XRecovery were still present at the sub documents, this duplicate would not be necessary. That said, I am still a little bit unsure whether hiding the XRecovery interface is the most future-proof solution, but I think you can go ahead with it. Ci

Re: [dba-dev] Poll mailing list working?

2009-02-17 Thread Frank Schönheit - Sun Microsystems Germany
t only mails from subscribers are sent to the list. Which explains that the list is still empty, though my own test mails made it through :-\ I fear I will have to publicly ask to resend all the voting mails :( Quite embarrassing. Thanks for pointing that out. Ciao Frank -- - F

Re: [dba-dev] About hiding the new interface XRecovery for FormDocument

2009-02-13 Thread Frank Schönheit - Sun Microsystems Germany
to the form itself. So, the save-code in Base would look like - create a wrapper storage - save my own content - create a sub storage for every opened form - use the form's XRecovery to save it into the sub storage So, the bottom line is: When you remove the XRecovery from embedded forms

Re: [dba-dev] MWS builds and SRB development

2009-02-12 Thread Frank Schönheit - Sun Microsystems Germany
again, a discussion about integrating SRB into Base - something I'd really like to see happening, as it would significantly lower the efforts around SRB (e.g. testing different SRB versions for compatibility with different OOo versions). Let's see. Ciao Frank -- - Frank Schönheit

Re: [dba-dev] Macro migration wizard in m41

2009-02-10 Thread Frank Schönheit - Sun Microsystems Germany
s were integrated, and a conflict was resolved improperly. The issue is fixed in both dba31g (integrated into m1) and dba31h (will be integrated into m2), so probably also in m42. Thanks for catching this! Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - -

Re: [dba-dev] Feature pool

2009-02-09 Thread Frank Schönheit
Hi Peter, > just a little reminder for the unconfirmed issue > http://qa.openoffice.org/issues/show_bug.cgi?id=66593 > (alignment property for numeric controls) try the latest developer snapshots :) Ciao Frank PS: submitting issues directly to me, in state UNCONFIRMED, has a high chance of los

Re: [dba-dev] Events on Form TableControl-elements not working

2009-02-06 Thread Frank Schönheit - Sun Microsystems Germany
ound using the properties of the row > who is selected by the mouse click. Is this normal behaviour or do I mis > something? Neither nor. I'd call it a bug. (Knowing the internals, I suppose this never worked.) Ciao Frank -- - Frank Schönheit, Software Engineer frank.

Re: [dba-dev] Developer offers help in PDF Form export

2009-02-06 Thread Frank Schönheit - Sun Microsystems Germany
Hi Zoltán, > One company offering help in PDF export, on community forum: > http://user.services.openoffice.org/en/forum/viewtopic.php?f=53&t=14899 > As I know, you are the developer of Forms in OOo. I answered in the forum, thanks for the pointer. Ciao Frank -- - Frank Schönh

Re: [dba-dev] OOo Base 3.1 New Features wiki page

2009-02-02 Thread Frank Schönheit - Sun Microsystems Germany
Hi Zoltán, > I compiled a wikipage from features mailing list mails, and some cases > from requirement documents. that's great - next time somebody asks me what's new in 3.1's Base, I know where to direct him to! Thank you very much! Ciao Frank -- - Frank Schönhe

Re: [dba-dev] DEV300_m39 breaks in evoab2 NResultSetMetaData.cxx

2009-01-19 Thread Frank Schönheit - Sun Microsystems Germany
Hi Ariel, > DEV300_m39 breaks in connectivity/source/drivers/evoab2 > ... if you're not aware of an issue for this - please submit one. This could be fixed as master fix (i.e. directly for m40, not in a CWS). Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh

Re: [dba-dev] How to keep users away from Tabels ?

2009-01-19 Thread Frank Schönheit - Sun Microsystems Germany
there's no dev snapshot containing this functionality. > For an example of setting an event listener using OOBasic The issue is fixed in a way that Tools/Customize/Events contains two new entries, which you can simply bind a macro to. No need to do the binding programmatically. Ciao Frank

Re: [dba-dev] How to keep users away from Tabels ?

2009-01-12 Thread Frank Schönheit - Sun Microsystems Germany
Hi Fernand, > "CWS dba31h" any idea when i will be available for us ? it's one of our last CWS' towards 3.1, its timeline depends on the frequency of new 3.1 bugs coming in (the more 3.1 bugs, the earlier dba31h will be full - but please don't feel tempted :) Ciao

  1   2   3   4   5   6   7   >