Re: Grid with footer, column incremental search

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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


.



Relevant Pages

  • Re: Second try - slow drag and drop
    ... You can download VFP9 from MSDN if you have a subscription. ... > Sounds like this will all work better in VFP 9 - is that released yet? ... >> However there's been an enhancement in the Grid in VFP9. ... >> filters, if they are optimizable expressions of course. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Cannot update cursor
    ... www.foxite.com - The Home Of The Visual FoxPro Experts ... I am using VFP ... > 2.1) Repeat step 1.1, testing sort feature, all OK. ... > 3) Modify form adding a button to add a new record to the grid. ...
    (microsoft.public.fox.vfp.dbc)
  • Re: SQL data to Grid Control
    ... SELECT recipe, date, amount FROM Recipes; ... several good or better xtab programs available for VFP. ... I guess a grid is what I ... > than using the Builder). ...
    (microsoft.public.fox.vfp.queries-sql)
  • Re: Record pointer moving on its own (its possessed!!)
    ... I and all my clients are running VFP 8 ... SP 1 and the bug you mentioned was fixed in SP 1. ... > grid refresh problem. ... On the tab is a grid showing the form's main table ...
    (microsoft.public.fox.programmer.exchange)
  • Re: grid textbox click event quits firing
    ... I'm using VFP 8. ... > My guess is that you do, causing the grid to reset alltogether and thus ... >> The click event, though, only fires on the first folder selection. ... >> Marc Miller ...
    (microsoft.public.fox.programmer.exchange)