[dev]Problem with SvTreeListBox

2005-12-18 Thread
Hi I got a problem while using TreeListBox. When I call the function Clear() ,an Exception will happen. The message is like this: Unhandled exception at 0x60b223e6(vcl680mi.dll) in soffice.exe: 0xC0005: Access violation location 0xababac0b And the program break at the point

[dev]Access Database

2005-11-03 Thread
Hi,all I want to access a database,but I meet with some problems. For example: The SQL string is:SELECT * FROM test When I executeQuery this SQL,a SQLException will happen -- Table not found in statement [SELECT * FROM test] But the table test does exist. Then I check another SQL: INSERT INTO

[dev]Call a service from a remote machine

2005-10-26 Thread
Hi,Juergen Juergen wrote: check it first in the office for example in Basic to see if it works in general o = createUnoService(com.sun.star.task.ProcessMSG) msgbox o.dbg_supportedInterfaces If this works you should check if your new type info is also available on the client side. I check my