OldtTimerDon
Programmer
I would like to create a grid similar that performs like a data query in Microsoft Office 2010.
Visualize an Office spreadsheet with the following columns: firstname, lastname, city, state.
In office, I can set a filter on each individual column. So, for example, I set state="AZ", I will see only those record that pertain to people who live in "AZ."
If I then set the firstname filter to "Don", I will then further restrict the records to AZ residents whose firstname begins with "Don." (Don, Donald, Donato, etc.) Now, I don't remember Don's lastname but if I now set the city filter to "Sun City", I will then see only the "Don(s)" who live in Sun City. This has been a feature of Excel for a number of years. Naturally, lastnames are displayed when each filter is added.
Any ideas about how I might implement this in VFP9?
Yup, the Senile Senior is trying to expand his knowledge...
Don
Sun City, AZ
Visualize an Office spreadsheet with the following columns: firstname, lastname, city, state.
In office, I can set a filter on each individual column. So, for example, I set state="AZ", I will see only those record that pertain to people who live in "AZ."
If I then set the firstname filter to "Don", I will then further restrict the records to AZ residents whose firstname begins with "Don." (Don, Donald, Donato, etc.) Now, I don't remember Don's lastname but if I now set the city filter to "Sun City", I will then see only the "Don(s)" who live in Sun City. This has been a feature of Excel for a number of years. Naturally, lastnames are displayed when each filter is added.
Any ideas about how I might implement this in VFP9?
Yup, the Senile Senior is trying to expand his knowledge...
Don
Sun City, AZ