FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour MakeTotals() en columna sin EDIT_GET
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
MakeTotals() en columna sin EDIT_GET
Posted: Mon Dec 04, 2017 11:07 PM
hola.

En una columna que no es editable, se puede mostrar de todas maneras el FOOTER con su total?
intento de esta forma pero no me muestra:
Code (fw): Select all Collapse
 WITH OBJECT ::obrw
        :aCols[3]:nFooterType := AGGR_SUM
        :aCols[4]:nFooterType := AGGR_SUM
        :aCols[5]:nFooterType := AGGR_SUM
        :MakeTotals()
      END


la Columna 5 no es editable y es la que necesito que muestre el total.

gracias.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: MakeTotals() en columna sin EDIT_GET
Posted: Tue Dec 05, 2017 03:31 AM

MakeTotals() work whether a column is editable or not.
In the above example, column 5 should also display totals, of the value of the column is numeric.
If you still do not see the totals, please post a very small self contained sample and we can assist you where you are going wrong.

Regards



G. N. Rao.

Hyderabad, India
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: MakeTotals() en columna sin EDIT_GET
Posted: Tue Dec 05, 2017 03:31 AM

MakeTotals() work whether a column is editable or not.
In the above example, column 5 should also display totals, of the value of the column is numeric.
If you still do not see the totals, please post a very small self contained sample and we can assist you where you are going wrong.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion