I've been learning about grids. They are nifty. I have an app where the users are entering as much or as little of a person's first name, last name, dob, etc and my app should search for all close matches and display them in a grid-like arrangment. For small tables a grid populated from an SQL statement into a cursor performs fine.
But when the table gets bigger, the SQL query time goes up. So I've been perusing this forum in hopes of finding the quickest method for record retrieval into the "grid-like" arrangment.
Then I remembered my old MFoxPLus days: why not just use a browse window. I want nothing but to display the records, nothing else. I don't have to wait for an SQL query to build, etc.
Is browse my best answer here? Is it more "native" to the table than the SQL/cursor/grid method?
Thanks to all.
But when the table gets bigger, the SQL query time goes up. So I've been perusing this forum in hopes of finding the quickest method for record retrieval into the "grid-like" arrangment.
Then I remembered my old MFoxPLus days: why not just use a browse window. I want nothing but to display the records, nothing else. I don't have to wait for an SQL query to build, etc.
Is browse my best answer here? Is it more "native" to the table than the SQL/cursor/grid method?
Thanks to all.