Hi guys,
(Using forms 10.1 Update 3) We need to use a Forms dropdown field in a table column to return a product item from a lookup that, even when using a Stored Procedure in SQL to reduce the number of rows being returned, still amounts to approx 100,000 rows.
The originating table only contains 4 columns: ProductCode, ProductName, LatestCost, and CompanyCode. I have set the CompanyCode as a parameter for the SP but there's nothing else to filter it by as the users then need to select the ProductName dropdown for the item.
There's only a couple of seconds delay with the first two or three lines in the table in the Form (which isn't bad considering the amount of data being referenced), but it gets progressively slower the more rows that are added. It hangs until the browser times out if a selection is subsequently changed.
I've got multiple criteria for populating the ProductCode and LatestCost in the table in the Form once the ProductName has been returned, so the AutoFill button is presented and that works well, it's just the initial population of the ProductName dropdown that I would like to improve on if there's a better approach. Or is this exceeding reasonable expectations of the system?
Thanks!
Mike