Topic: Get values from Grid footer

Hi,
I need to know how can I get values from Grid footer (SUM) in scripts ?

Re: Get values from Grid footer

Hello,


Form1.TableGrid1.Columns[0].Footer.Caption
Dmitry.

Re: Get values from Grid footer

Thanks for reply smile
But the code did not work sad

Second Column is the column that I sum the values , so The code must be like this :

Form1.TableGrid1.Columns[1].Footer.Caption;

and I want to show it in a Label so my code is :

Form1.Label1.Caption := Form1.TableGrid1.Columns[1].Footer.Caption;

But the code did not work sad

Re: Get values from Grid footer

sonixax


May be you have old version? Please, download latest 1.44 version.
Or please, send me your project to support@drive-software.com


I'll try to help you.

Dmitry.