Issue 84283 - runner: forms.ODatabaseForm::com::sun::star::form::XDatabaseParameterBroadcaster
Summary: runner: forms.ODatabaseForm::com::sun::star::form::XDatabaseParameterBroadcaster
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 21:28 UTC by chne
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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