Issue 17806 - Basic: "Fehler 0: Kein Fehlertext verfuegbar!" what does it means?
Summary: Basic: "Fehler 0: Kein Fehlertext verfuegbar!" what does it means?
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: All All
: P4 Trivial (vote)
Target Milestone: OOo 2.0.3
Assignee: b.osi.ooo
QA Contact: issues@udk
URL:
Keywords:
: 54061 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-08-03 11:16 UTC by paolomantovani
Modified: 2006-04-13 18:17 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 paolomantovani 2003-08-03 11:16:35 UTC
REM  *****  BASIC  *****

'the code shows the error message of 
'the err N° 0 (no errors)
'the message is in german language, even in 
'other localized version of OpenOffice.
'(I've tested italian and english versions)
'What does it means this message?
'Why it's not in English as in all other errors?
'Since in VBA the error 0 does not get any message, 
'Why StarBasic should have this message?


Sub Main

	'no errors here
	'...
	'...

	'This prints an error message!!!
	If Error$ <> "" then print error$
	
	'This correctly, does not print any error....
	If Error$ <> "Fehler 0: Kein Fehlertext verfuegbar!" then print error$

End Sub
Comment 1 kay.ramme 2003-08-04 12:04:27 UTC
Andreas, please take care and retarget accordingly (OOo2.0?)
Comment 2 ab 2003-09-01 13:57:33 UTC
-> OOo 2.0
Comment 3 erikanderson3 2004-03-26 05:02:03 UTC
OOo 1.1.0

I was purely mystified when I ran across this earlier.  I'd set my OOo up for
English UI and Japanese input, but noticed a few errors about "locale not
available, using default" or some such when I first launched OOo from the
console after setting my environment variables as noted at
http://www.math.wisc.edu/~stefanss/japanese/ .  Given my setup I thought it was
some bizarre localization issue, at least now I know it's a logic error in one
of my macros.  
Comment 4 Martin Hollmichel 2004-05-28 17:37:20 UTC
according to the announcement on releases
(http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=7503) this issue
will be re-targeted to OOo Later.
Comment 5 ab 2005-08-18 13:11:05 UTC
Fixed
Comment 6 ab 2005-09-05 14:54:16 UTC
*** Issue 54061 has been marked as a duplicate of this issue. ***
Comment 7 ab 2006-03-21 14:36:52 UTC
-> OOo 2.0.3
Comment 8 ab 2006-03-24 13:54:04 UTC
-> tbo


re-open issue and reassign to tbo@openoffice.org
Comment 9 ab 2006-03-24 13:54:08 UTC
reassign to tbo@openoffice.org
Comment 10 ab 2006-03-24 13:54:31 UTC
reset resolution to FIXED
Comment 11 b.osi.ooo 2006-04-04 19:42:52 UTC
OK in cws ab19;  verified 
Comment 12 b.osi.ooo 2006-04-13 18:17:10 UTC
integrated in src680m163

 close