Issue 84283

Summary: runner: forms.ODatabaseForm::com::sun::star::form::XDatabaseParameterBroadcaster
Product: App Dev Reporter: chne
Component: apiAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description chne 2007-12-05 21:28:14 UTC
While consume DatabaseParameterEvent the XPropertySet::Value could not be set to
(Int 1)

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o 
forms.ODatabaseForm::com::sun::star::form::XDatabaseParameterBroadcaster

Note:
The event handler is implemented in mod._forms.ODatabaseForm.java as InnerClass
ParameterListenerImpl. The interface for this class you will find in
ifc.form._XDatabaseParameterBroadcaster.java. Both from qadevOOo module in
tests/java
Comment 1 Frank Schönheit 2008-03-10 12:12:44 UTC
fs->cn: As of DEV300-m0, the test does not work: It aborts with a message
"Cann't move cursor to the first row.". It seems that the form is improperly set
up, it is based on a table which does not exist, thus loading the form fails,
thus the respective result set cannot be operated.
Please send back the issue when the problem with the test is fixed, and the bug
still persists then.
Comment 2 chne 2008-03-13 15:13:09 UTC
accepted
Comment 3 chne 2008-07-10 12:01:09 UTC
adopt target. Test need to be fixed.
Comment 4 chne 2009-04-20 09:23:40 UTC
change owner