Steve-vfp9user
Programmer
Apologies for the second question this evening:
I have a grid on a form populated from a table. Also on the form is a text field with the variable MYROAD that a user enters a search criteria.
When you click a command button with the below it searches the table findng any matches that are contained in the relevant word from the field ADDRESS. This shows two records matching the criteria no problem:
When you click the grid row where one of the records are showing, the two lines disappear from the grid.
Why am I not able to select one of the two records without it disappearing?
Thank you
Steve
I have a grid on a form populated from a table. Also on the form is a text field with the variable MYROAD that a user enters a search criteria.
When you click a command button with the below it searches the table findng any matches that are contained in the relevant word from the field ADDRESS. This shows two records matching the criteria no problem:
Code:
SET FILTER TO ALLTRIM(MYROAD) $ ALLTRIM(ADDRESS)
When you click the grid row where one of the records are showing, the two lines disappear from the grid.
Why am I not able to select one of the two records without it disappearing?
Thank you
Steve