Re: Incemental Search in Grid
- From: Bernhard Sander <fuchs@xxxxxxx>
- Date: Tue, 02 Jan 2007 12:40:51 +0100
Hi vishnu.baroda
I am using a Text box and Grid VFP6 . In text box whatever we typeIt should be possible with these column.DYNAMICxxx properties, maybe especially DYNAMICFONTBOLD.
will search in Grid and make current record highlited (
DynamicBackColor) it works fine. I want that if I Type A in text box ,
all records started with A in grid would be in bold or visaversa. Will
it be possible ? how ?
After the grid is filled with data, do once:
grid.setall("DynamicFontBold", "TheField=trim(TheTextbox.Value)", "column")
Maybe in textbox.InteractiveChange you need a line like:
grid.refresh()
Just try it.
Regards
Bernhard Sander
.
- Follow-Ups:
- Re: Incemental Search in Grid
- From: vishnu . baroda
- Re: Incemental Search in Grid
- References:
- Incemental Search in Grid
- From: vishnu . baroda
- Incemental Search in Grid
- Prev by Date: Re: Full Screen Report
- Next by Date: Re: Visible records
- Previous by thread: Incemental Search in Grid
- Next by thread: Re: Incemental Search in Grid
- Index(es):
Relevant Pages
|