Issue 112729 - runtime error
Summary: runtime error
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Calc
Classification: Application
Component: programming (show other issues)
Version: OOo 1.0.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needmoreinfo
Depends on:
Blocks:
 
Reported: 2010-06-27 10:57 UTC by aribor
Modified: 2017-05-20 09:57 UTC (History)
2 users (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 aribor 2010-06-27 10:57:02 UTC
openoffice 3.2
I use a subroutine from Suito101
the followingstatement does not work

Doc =starDeskTop.loadComponentFromUrl (Url, "_blank", 0, Array())

sub h2
Dim Url as String
Url = convertToUrl("C:/tabela.ods")
 Dim Doc
Doc =starDeskTop.loadComponentFromUrl (Url, "_blank", 0, Array())
end sub

thanks
Comment 1 Edwin Sharp 2013-12-26 20:11:59 UTC
Please attach spreadsheet.
Comment 2 Edwin Sharp 2014-01-12 07:31:08 UTC
No info from author.