Re: Grid with footer, column incremental search
- From: "Nikki" <castelo@xxxxxx>
- Date: Thu, 27 Apr 2006 09:49:30 +1000
All of them can be done in VFP:
1).footer
- Add two additional rows to your table (so that they'll be at the bottom).
This can be easily be done.
- If you want to have custom header captions for the footer then do as
follows:
- The second last row in the grid will have labels instead of textboxes. Use
the DynamicCurrentControl property in the columns to achieve this. And set
the captions as you need
- The last record will have the data you need to be displayed in the grid
(which will be the footer).
2).incremental search on few key coloumns
- Perfect and Generic solution for this can be found in FoxProAdvisor.com
(for VFP 8 and 9)
Details:
Print issue May 2004
On page 20 of the magazine.
Doc #13886
Simplify Grids
Use this BINDEVENT() alternative to column/header subclassing.
By Drew Speedie, Contributing Editor, FoxPro Advisor
3).freeze coloumn (this one available in VFP9 )
- You've got your own answer yourself
4).color each row
- Use DynamicForeColor & DynamicBackColor properties of the Grid
"tnhoe" <tnhoe@xxxxxxxxxxxx> wrote in message
news:444ed241_1@xxxxxxxxxxxxxxxxx
Hi,
Is there any Grid complete with following :-
- footer
- incremental search on few key coloumns
- freeze coloumn (this one available in VFP9 )
- color each row
Regards
Hoe
.
- References:
- Grid with footer, column incremental search
- From: tnhoe
- Grid with footer, column incremental search
- Prev by Date: Re: source error
- Next by Date: Re: source error
- Previous by thread: Re: Grid with footer, column incremental search
- Next by thread: Spyware with SP1 for VFP9?
- Index(es):
Relevant Pages
|