-
3
- #1
Hello my VFPer friends,
I know everyone's coding style is different and how they design certain things. I am sharing this little video of something i just developed this morning.
i have an ERP application (and POS systems), where my users can create Purchase Orders/Sales Order/ etc.. and it is item/sku based.
I do have the regular search screen (keyword, interactive searching, filtering, etc..) however, alot of my clients do NOT like to click on "the search button" search results, and then double-click from the grid to select the item.
they wanted Google-like searching (or even Quickbook like item selection).
for many many years, i never had the concept of doing that.. and this morning it just clicked to me.. it is so darn simple, i did that thing in 5 minutes maximum.
my ICItem table now has about 6000 SKU products. fairly small for a dbf, but, that is alot of SKUs for most of my client. Even with a 20,000 SKU file, i assume the search would still be very fast.
so, here is the concept of how i just did it. I recorded it via Camtasia recording. hope someone finds the idea useful.
here is the video recording link.
Ali Koumaiha
TeknoSoft Inc.
Michigan
I know everyone's coding style is different and how they design certain things. I am sharing this little video of something i just developed this morning.
i have an ERP application (and POS systems), where my users can create Purchase Orders/Sales Order/ etc.. and it is item/sku based.
I do have the regular search screen (keyword, interactive searching, filtering, etc..) however, alot of my clients do NOT like to click on "the search button" search results, and then double-click from the grid to select the item.
they wanted Google-like searching (or even Quickbook like item selection).
for many many years, i never had the concept of doing that.. and this morning it just clicked to me.. it is so darn simple, i did that thing in 5 minutes maximum.
my ICItem table now has about 6000 SKU products. fairly small for a dbf, but, that is alot of SKUs for most of my client. Even with a 20,000 SKU file, i assume the search would still be very fast.
so, here is the concept of how i just did it. I recorded it via Camtasia recording. hope someone finds the idea useful.
here is the video recording link.
Ali Koumaiha
TeknoSoft Inc.
Michigan