PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → automatic total in table`
automatic total in table`
Iniciado por joe crevino, jan., 19 2006 3:47 PM - 3 respostas
Publicado em janeiro, 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
Publicado em janeiro, 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.
Publicado em janeiro, 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.
Publicado em janeiro, 20 2006 - 8:22 AM
If you use <columnname>[RowTotal] it will work. The documentation is in error.