PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → automatic total in table`
automatic total in table`
Started by joe crevino, Jan., 19 2006 3:47 PM - 3 replies
Posted on January, 19 2006 - 3:47 PM
According to docs I show use columnname[totalrow] to return the automatic total in a column on a table. Do not seem to work for me. Do I need to declare totalrow at some point. Help
joe
Posted on January, 20 2006 - 8:21 AM
Connie has tables with automatic totals. It seems the key was telling the table description where to display the automatic totals. Then in the column details you select sum.
Posted on January, 20 2006 - 8:22 AM
Forget the response. I was misreading your request. We don't use the retrieval of the total, only displaying it.
Posted on January, 20 2006 - 8:22 AM
If you use <columnname>[RowTotal] it will work. The documentation is in error.