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

2011-06-09 Thread Alexander Thurgood
Le 09/06/11 09:34, Frank Schönheit a écrit : Hi Frank, > Also, I don't know the timeline for the upcoming builds, but I know that > I am not the only one who thinks we (whatever "we" means in this > context) should at least release a proper 3.4. But again, there's still > some dust in the air, w

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

2011-06-09 Thread Fernand Vanrie
Frank , 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" aLoaderArguments(2)

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

2011-06-09 Thread Fernand Vanrie
Frank , Stupid Me, I totaly overlooked the "command" i was still focused on the "activecommand" Learned (again :-) ) about "parametrized statement " Thanks a million Fernand Hi Fernand, Thanks, now i have my Model and can reload, but the reloading do not affects the activecommand ? an not

[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: How to refresh DataSourceBrowser in a FrameControl

2011-06-09 Thread Fernand Vanrie
Frank , 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 my code is now: odlg.getcontrol("Grid2").LoaderArguments

[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