View Issue Details

IDProjectCategoryView StatusLast Update
0005220JEDI VCL00 JVCL Componentspublic2010-11-09 14:44
Reportersvk12345Assigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
Product Version3.39 
Target VersionFixed in Version 
Summary0005220: TJvDBCalcEdit & DisplayFormat
DescriptionTJvDBCalcEdit component tries to change its field value although it should't
be changed.

Here are some actions to demonstrate the problem.

1. Table1AmountPaid.ReadOnly:=True;
2. Table1AmountPaid.DisplayFormat:=',0.00';

An error occurs on calling Table1.Post.

There is no error if statements Table1AmountPaid.DisplayFormat = '';
or"Table1.Edit;" are moved to "With" block.
TagsNo tags attached.

Activities

2010-04-12 16:47

 

Test.rar (3,199 bytes)

obones

2010-10-08 15:36

administrator   ~0017793

I'm not able to reproduce the problem

svk12345

2010-10-13 12:31

reporter   ~0017879

Yes, indeed. Upload your project - no error. Changed the value of the property Table1AmountPaid.DisplayFormat:=',0.00' on ',0.##' - an error occurred. Changed back - the error occurred.
I think the error due to rounding.

obones

2010-11-09 14:44

administrator   ~0018053

Well, if it's due to rounding, we can't do anything about it

Issue History

Date Modified Username Field Change
2010-04-12 16:47 svk12345 New Issue
2010-04-12 16:47 svk12345 File Added: Test.rar
2010-06-07 13:47 obones Status new => acknowledged
2010-10-08 15:36 obones Note Added: 0017793
2010-10-08 15:36 obones Status acknowledged => feedback
2010-10-13 12:31 svk12345 Note Added: 0017879
2010-11-09 14:44 obones Note Added: 0018053
2010-11-09 14:44 obones Status feedback => resolved
2010-11-09 14:44 obones Resolution open => not fixable
2010-11-09 14:44 obones Assigned To => obones