Gary
|
| Posted: 10/21/2004, 2:44 PM |
|
I have all of the things the Simple Report with Total has in the help portion said to do, but CodeCharge Studio is only totaling the last row and not the column. If I sort on the column heading it always puts the last row total in the total field. Any one have any suggestions?
Thanks,
Gary
|
|
|
 |
erat
|
| Posted: 07/07/2005, 3:23 AM |
|
Just put ;
<formname>.<sumfield>.value = <formname>.<sumfield>.value + <formname>.<totalfield>.value
in before show row events on grid/form properties.
Lets try !
|
|
|
 |
Lorr
|
| Posted: 07/15/2005, 2:12 PM |
|
I have tried the Simple Report with Total tutorial. I follow the instructions to the letter, but when I add the formula to the BEFORE SHOW ROW event for the grid, I get the following error:
"Object doesn't support this property or method"
I have spent hours trying to figure this out. Please help!
Thanks,
Lorr
|
|
|
 |
Lorr
|
| Posted: 07/18/2005, 7:49 AM |
|
Nevermind. I finally figured it out. Thanks.
- Lorr
|
|
|
 |
|