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

2011-06-10 Thread Fernand Vanrie
Frank , 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 ? and SQL is complaining about missing parameter value's But passing a new command an reloading work

[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" >