openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #01386
[Bug 307173] Re: In addition to Bug#306501
** Changed in: openoffice.org (Ubuntu)
Sourcepackagename: openjdk-6 => openoffice.org
--
In addition to Bug#306501
https://bugs.launchpad.net/bugs/307173
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openoffice.org” source package in Ubuntu: New
Bug description:
The crash happens in the SUB setFax, when the writer document with the fax-data, which is opend in this routine, is closed by the user and the program execution rteturns to the main macro and any other action (button) is activated. In the older version the same program worked perfectly until i did the update last week. As far as i remember it was a update of the base module.
SUB setFax
DIM sFaxDatei as string
closeFax
sText1 = oFaxe.getControl("Lieferant").getText &".odt"
sFaxDatei = ConvertToUrl(sVerzeichnis & "Faxe/" & sText1)
IF Dir(sFaxDatei)<>"" THEN
oFax = StarDesktop.LoadComponentfromURL(sFaxDatei, "_blank", 0, Args())
ELSE
MsgBox "Die Fax Datei " & sFaxDatei & " ist nicht vorhanden!",16,"Faxe laden"
END IF
END SUB
References