Finian826
Posts: 29
|
| Posted: 04/13/2005, 1:47 PM |
|
Good day,
Not sure if this is the right spot or not, but I am trying to generate a grid table based on some rather unique information.
Basically I want to create an end of day transaction report of all payments received. That is the easy part, now for the more complex part, I want it to be broken down into sections based on how the payment was made, ie Visa, Mastercard, Cash, etc
Each section must have a section total and grand total at the page bottom.
I am thinking of creating some rather unique code for the show row event where it sends all the translist based on the type to a set of fields in an altrow block.
Terry
|
 |
 |
Nicole
Posts: 586
|
| Posted: 04/14/2005, 2:19 AM |
|
Hello,
You can try to use CCS Grid form and combine simple reporting solutions provided in CCS Help http://docs.codecharge.com/studio/html/index.html?http:...eaders.html?toc http://docs.codecharge.com/studio/html/index.html?http:...hTotal.html?toc
_________________
Regards,
Nicole |
 |
 |
Finian826
Posts: 29
|
| Posted: 04/14/2005, 10:22 AM |
|
I looked over those examples, They are close to what I am looking for, but not 100%.
I think I have managed a work around by using the BeforeShowRow event.
So far my attempts with using the event are not generating the results needed. I think the problem lies in the parse and parseto functions from the Template class.
If any of the CodeCharge designers can give a description of the parse and parseto functions it would be great.
Terry
|
 |
 |
Nicole
Posts: 586
|
| Posted: 04/15/2005, 1:45 AM |
|
You can find a brief description of CCS templates in KB article http://support.codecharge.com/kb_article.asp?article_id=56
I hope it helps 
_________________
Regards,
Nicole |
 |
 |
|