Encapsulator
Programmer
Hi,
I have a dddw that can have 30,000+ records loaded into it at runtime. It is already sharing data with a global datastore object as an effort to increase preformance. The project spec requires that I load all the data into this dropdown so I can't apply a filter. This dddw consists of one compute field which concatenates several fields together.
The default incremental search is painfully slow when this object is connected to one of our larger databases. I commented out all code in the itemchanged() event to be sure nothing is executing when the user is entering data in the control..but to no avail. Any suggestions?
I have a dddw that can have 30,000+ records loaded into it at runtime. It is already sharing data with a global datastore object as an effort to increase preformance. The project spec requires that I load all the data into this dropdown so I can't apply a filter. This dddw consists of one compute field which concatenates several fields together.
The default incremental search is painfully slow when this object is connected to one of our larger databases. I commented out all code in the itemchanged() event to be sure nothing is executing when the user is entering data in the control..but to no avail. Any suggestions?