Issue 81674 - MsgBox Format(Number, "Currency") not working
Summary: MsgBox Format(Number, "Currency") not working
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.3.0 RC1
Hardware: PC All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: joerg.skottke
QA Contact: issues@sw
URL:
Keywords: regression, usability
Depends on:
Blocks:
 
Reported: 2007-09-17 23:05 UTC by ojec
Modified: 2013-08-07 14:42 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 ojec 2007-09-17 23:05:32 UTC
Hi

I donwloaded new 2.3.0 version today. Till now, 2.2.1 version works just fine. 
The problem is, I've got macro like this one:

Sub test
MsgBox Format(1250, "Currency")
End Sub

In 2.2.1 it popus up a dialog with "1 250,00 Sk". In 2.3.0 there is empty 
dialog box. Is "Currency" format mask still in the code? If it is, why my code 
doesn't work?
Comment 1 michael.ruess 2007-09-18 08:28:53 UTC
Reassigned to JSK.
Comment 2 joerg.skottke 2007-11-28 14:56:43 UTC
Confirmed -> AB
Comment 3 joerg.skottke 2007-11-28 14:57:08 UTC
Set target 2.4
Comment 4 utomo99 2007-12-01 06:14:14 UTC
regression, usability
Comment 5 ab 2007-12-13 12:05:28 UTC
STARTED, -> ab42
Comment 6 ab 2007-12-13 13:04:27 UTC
Reproducible in Windows -> OS=All
Comment 7 ab 2007-12-21 13:43:27 UTC
FIXED
Comment 8 ab 2008-01-11 13:15:41 UTC
ab->jsk: Please verify. A resource file hasn't been accessed correctly. This also
affects other format strings. Complete test macro, that should work again now:

Sub Main
	MsgBox Format(1250, "Currency")
	MsgBox Format(1250, "Yes/No")
	MsgBox Format(1250, "True/False")
	MsgBox Format(1250, "On/Off")
End Sub
Comment 9 joerg.skottke 2008-01-16 12:03:40 UTC
Verified.
Comment 10 joerg.skottke 2008-03-12 10:20:33 UTC
Closed, seen good in OOH680m10