function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
hylim1215hylim1215 

how to create a table with inline search ability in VFP?

Hi,

I have a request to develop a VFP with table that allows user to do inline search like below on "Product" column:

inline

when i start typing a few keyword on "Product" column then it will search against my database and list down a few possible result. Is this possible in VFP?

Thanks.