I gave up after a day of toiling on incremental search using SELECT and VIEWS and went to Ramani's FAQ on GRID Incremental Search
... and Ramani's stuff is usually fabulous...
BUT It has a section of code...
What is GRIDBASE ??
But try as I will I CANNOT find what is this GRIDBASE or GRIDBASE1 ..... no where on the net !!!
What is it ? Needless to say it causes an error when run it
J
Sydney, Australia
... and Ramani's stuff is usually fabulous...
How to make an incremental search in Grid
faq184-1214
Posted: 27 Oct 01 (Edited 16 Dec 02)
**********************************************************
** How to make an incremental search in Grid.
**********************************************************
** by Subramanian.G (ramani)
** FoxAcc Software
** ramani_g@yahoo.com
BUT It has a section of code...
Code:
ThisForm.Refresh()
ThisForm.GridBase1.SetFocus
This.SetFocus
**********************************************************
4. Add in the AfterRowColChange event of the Grid (ThisForm.GridBase1)
DODEFAULT()
ThisForm.txtSearch.SetFocus()
The above code will help in setting the focus back, in case, the user clicks the mouse in any cell of the grid.
**********************************************************
What is GRIDBASE ??
But try as I will I CANNOT find what is this GRIDBASE or GRIDBASE1 ..... no where on the net !!!
What is it ? Needless to say it causes an error when run it
J
Sydney, Australia