This class is a textbox that can be used in a grid for incremental searching. It is merely an improvement (IMHO) of the original ingrid placed on the UT by someone else. Place it in the column of a grid and set the cOrderTag propery. Make the grid readonly (or at least that column).
Russell Campbell The Interthink Consulting Group, Inc. Newnan, Georgia
This class is a textbox that can be used in a grid for incremental searching. It is merely an improvement (IMHO) of the original ingrid placed on the UT by someone else. Place it in the column of a grid and set the cOrderTag propery. Make the grid readonly (or at least that column).
Example form for VFP grid refresh bug May 4, 2008 Under VFP 8 SP 1, refreshing a grid will sometimes cause the record pointer in the table to move. This form provides an example. This appears very much to be a bug, but does not seem to be confirmed at this time (17-Sep-04). The form shows how to duplicate the error. Unzip to a folder of your choice and DO FORM RPTESTFORM (but first, see README.TXT for further info).