To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81071
User fs changed the following:
What |Old value |New value
================================================================================
Assigned to|fs |ab
--------------------------------------------------------------------------------
Summary|API: XRowSetApproveListene|Basic IDE/runtime fails to
|r used with Starbasic open| notify about a missing li
|s StarBasic Editor at firs|stener method implementati
|t RowChange |on
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Sep 13 21:11:49 +0000
2007 -------
Okay, here we're also hit by the problem of an incomplete listener definition in
the script, as outline in my comment to issue 81073: A XRowSetApproveListener is
created, but of the three methods which are required for the this interface,
only one is implemented in the bug doc.
The Basic IDE opens because it tries to point out this error of a non-existing
method, but somehow it fails with this.
You can proof that this is the root cause by adding the following two functions
to the document's Basic:
Function Datasetchange_approveCursorMove() as boolean
Datasetchange_approveCursorMove = TRUE
End Function
Function Datasetchange_approveRowSetChange() as boolean
Datasetchange_approveRowSetChange = TRUE
End Function
If you add those, the problem will disappear.
fs->ab: You might want to fix the problem that no error message is shown by the
Basic IDE/runtime.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]