View Issue Details

IDProjectCategoryView StatusLast Update
0004952JEDI VCL00 JVCL Componentspublic2009-09-22 15:30
ReporterPascalKlausAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.37 
Target VersionFixed in Version3.39 
Summary0004952: Not possible to input decimal point in TJvValidateEdit (3.38) if Currencystring also includes a point
DescriptionIt is not possible to input decimal point in TJvValidateEdit (3.38) if Currencystring also includes a point with DisplayFormat dfCurrency and I have deleted the decimal separator in the control before.
The same problem occurs if a DisplaySuffix or DisplayPrefix exists with the same char as decimal separator included, with DisplayFormat dfFloat or dfFloatFixed.
Most troublesome it is with ZeroEmpty set to true.

In my case is:

DisplayFormat = dfFloat
DisplaySuffix = ' SFr.'
ZeroEmpty = true
DecimalPlaces = 2
Value = 0

The edit shows: | SFr. Now its not possible to input 1.50 SFr. except deleting SFr. before.
Additional InformationI'm working with Version 3.38. This version can not be selected in Product Version combobox above.
I found this by searching a workaround for issue 4903.
TagsNo tags attached.

Relationships

has duplicate 0004903 resolvedobones Failure in TJvValidateEdit displaying currency value with special locale settings 

Activities

obones

2009-09-22 15:30

administrator   ~0016124

This is now fixed in SVN

Issue History

Date Modified Username Field Change
2009-09-22 14:51 PascalKlaus New Issue
2009-09-22 15:03 obones Relationship added has duplicate 0004903
2009-09-22 15:21 obones Status new => confirmed
2009-09-22 15:30 obones Note Added: 0016124
2009-09-22 15:30 obones Status confirmed => resolved
2009-09-22 15:30 obones Fixed in Version => Daily / SVN
2009-09-22 15:30 obones Resolution open => fixed
2009-09-22 15:30 obones Assigned To => obones