Yellow,

What DBMS are you using??? MySQL???
If so just have a sql method do this:
==========
SELECT COUNT( '*' )  AS total
FROM yourtable
==========

Then call the variable total where you need it!

Regards
hr


On 5/20/05, prabuddha ray <[EMAIL PROTECTED]> wrote:
> I've this report wherein i've to print the column total iin last row.
> column values are from database.
> so far I'm a total loss. do i need to have cookies to store this total?
> 
> plz gimme ideas.
> 
> --
> Share the vision of difference with ME
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 


-- 
Hugo Ramos - [EMAIL PROTECTED]
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to