To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55805
                  Issue #:|55805
                  Summary:|API: senseless error/message when trying to open a
                          |non-existent form
                Component:|Database access
                  Version:|680m130
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|oj
              Reported by:|fs





------- Additional comments from [EMAIL PROTECTED] Wed Oct 12 00:45:42 -0700 
2005 -------
- Have a database document with at least one form
- execute the following Basic macro:
  oDBDoc = StarDesktop.loadComponentFromURL( _
    <document_url>, "_default", 0, Array())
  oFormDocs = oDBDoc.getFormDocuments()
  oFormDoc = oFormDocs.loadComponentFromURL(<non_existent_form>, "", 0, Array())

  (Note that the form name must be invalid, i.e. denote a non-existent form)
=> an IllegalArgumentException is throw, with an empty message text. This is
quite useless to the script developer ...

---------------------------------------------------------------------
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]

Reply via email to