
rbravo
Posts: 7
|
| Posted: 05/02/2006, 7:02 PM |
|
I have an app that I have been developing with CodeChargeStudio for a while. In many pages I have grids that use the BeforeShowRow event to display a column total at the end. It has been working fine for many months now. I use it just as the help system recommends for ASP coding:
Function Employees_BeforeShowRow(Sender)
Employees.Summ.Value = Employees.Summ.Value + Employees.SpentHours.Value
End Function
However I just regenerated with de CCS update 3.0.3.1 and IN ALL of my grids, the total values are adding two times the last row of the grid. This is now happening in all of the pages that have grids with totals...!!!
Example:
If the rows are:
2
4
1
5
Before, the grid would display:
Total=12
Now it displays:
Total=17
Any idea what may be happening. It is urgent because the whole app is displaying wrong totals.
Thanks in advance
Rene
|
 |
 |
smalloy
Posts: 107
|
| Posted: 05/11/2006, 1:11 PM |
|
I just found this out as well. I am going to make a support request as this began with the new version for me as well. Have you had any resolution? I have tried a few ways around it but to no avail.
Let me know - I will do the same as to supports response.
Steve
_________________
Anything can be done, just give me time and money. |
 |
 |
rbravo
Posts: 7
|
| Posted: 05/11/2006, 4:06 PM |
|
I got a response from CCS Support confirming that it is a bug in their new version. They sent me a patch that works. Give me your email if you want me to send it to you.
Rene
|
 |
 |
smalloy
Posts: 107
|
| Posted: 05/12/2006, 5:11 AM |
|
I was just going to email you the same thing! I have the patch.
Thanks!
Steve
_________________
Anything can be done, just give me time and money. |
 |
 |
|

|
|
|
|