So here is the issue we are having. We have a SQL table with 5k rows, the dynamic field is very slow to respond and even causes some browsers to crash because the data starts with number vs alpha characters. Let me explain.
We have a field of vendor names, the data table is a similar size but because they entries start with alpha characters the second you type the first character the list becomes immediately much smaller. You are only getting all the A's for example.
However the field we are having issues with contains GL account numbers, so they look like 1-5-10000-10000, most start with 1,2,3 and even later numbers are normally the same, so you don't really start to narrow the list until you have gotten to 1-5-10 etc.
So what I am looking for is a way for LF Web Access to not actually try to query results until you have typed a certain number of characters into the field, so that by the time the first query is returned the length of results has already started to drop.
Ideally I would like this added as a feature, because on large data sets in web access the performance is abysmal. ie a setting for the number of characters before results are returned that can be set by the administrator.
This problem is currently holding up a project that has already been delayed for over a year waiting for Web Access 10. So in the meantime is there any thoughts anyone has on how I can work around this issue. I have thought of reordering the GL numbers etc, but all those things are pretty hokey and make the project look like a piece of junk to the end users that you have to do this hokey thing to make it work. We don't control the numbers they are set by Finance.
Thanks
Joel