Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid footer class
Message
From
09/11/2006 12:56:45
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
09/11/2006 11:32:20
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01168419
Message ID:
01168490
Views:
17
>>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?
>
>Sounds cool. How do I get it?
>
>Mike

Check your email.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform