View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005220 | JEDI VCL | 00 JVCL Components | public | 2010-04-12 16:47 | 2010-11-09 14:44 |
Reporter | svk12345 | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005220: TJvDBCalcEdit & DisplayFormat | ||||
Description | TJvDBCalcEdit 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. | ||||
Tags | No tags attached. | ||||
2010-04-12 16:47
|
Test.rar (3,199 bytes) |
|
I'm not able to reproduce the problem |
|
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. |
|
Well, if it's due to rounding, we can't do anything about it |
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 |