Column's Total value on list pages are incorrect |
8/24/2011 10:26:45 PM |
ASPRunnerPro General questions | |
G
guntherg author
Has anyone encountered a problem where the column total at the bottom of a list page is incorrect? |
|
![]() |
Sergey Kornilov admin 8/25/2011 |
Hard to tell what exactly might be wrong without seeing the actual data however here are some ideas. |
G
|
guntherg author 8/25/2011 |
The actual values in the Access(2003) db table are 31.00 for units (Number,Single,Fixed Format,2 Decimal Places) and $0.70 for the Unit Price (Currency,2 Decimal Places) I expanded the fields in the database to 8 places past the decimal and the values are still the same (except more zeros on the end). I thought maybe it was a rounding issue but if it were a rounding issue too, but then the total would be incorrect after 2 or 3 record entries. Also, it's never off by pennies but always by .90 cents. The Total becomes incorrect on the entry of the 10th record and any further unit or record entries results in the total becoming correct again. If I change the Unit Price to .80 cents or .60 cents, the total is always correct. Hard to tell what exactly might be wrong without seeing the actual data however here are some ideas. I guess in first example the actual field value is 21.69. Being displayed as Currency it's rounded to 21.70 however totals calculation takes into account the real value (21.69) and rounds the whole sum. I would suggest to set 'View as' type of this field to nothing to see what difference it makes. If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
![]() |
Sergey Kornilov admin 8/26/2011 |
If setting 'View as' type of this field didn't help I can suggest to try ASPRunnerPro 6.3. Probably this is v5.2. bug. |