Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid footer class
Message
From
10/11/2006 23:43:58
 
 
To
09/11/2006 09:02:49
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01168419
Message ID:
01168917
Views:
11
I would like a copy also.

Thanks.

>Hi all
>
>I've designed a grid footer class, based on grid class, which can be used to show totals for numeric columns.
>It sticks with source grid, and is in sync with it by binding to AfterRowColChange,Scrolled, and other events.
>
>It is very simple to use
>Specify column with "TOTAL" label
>
gridfooter.cColWithLabel = "column1"
>Summed columns, comma delimited
>
gridfooter.cSumColumns = "column5,column6,column7"
>Attach to source grid
>
gridfooter.attachToGrid( gridRef )
>Refresh calculations (whenever you need it )
>
gridfooter.CalcTotal()
>
>It works in VFP9 only
>
>Anyone interested?
Previous
Reply
Map
View

Click here to load this message in the networking platform