Page 1 of 1

Combobox filtering (large datasets)

Posted: Mon Feb 10, 2014 11:37 am
by a.marinelli
Hi all!

I'm using a dialog form with comboxes binded to the same table to let the user select from/to records to show in the report.

This works perfectly, but when I bind it to large tables (>20000 records) the report rendering slows down...

How can I speed up the comboboxes rendering?

Otherwise, there is a way to implement an auto-complete combobox to lighten the binding query?

Re: Combobox filtering (large datasets)

Posted: Tue Feb 11, 2014 6:24 am
by Alex K.

Re: Combobox filtering (large datasets)

Posted: Tue Feb 11, 2014 10:57 am
by a.marinelli
mmm... there's no way to do this with dialogs instead of with filters?

Re: Combobox filtering (large datasets)

Posted: Wed Feb 12, 2014 12:04 pm
by Alex K.
Hello,

Please try to add the items to Combobox manualy.

Thank you.

Re: Combobox filtering (large datasets)

Posted: Wed Feb 12, 2014 5:03 pm
by a.marinelli
ok, I will remove the bindings and try with this approach...

thanks

Re: Combobox filtering (large datasets)

Posted: Thu Feb 13, 2014 4:01 am
by Andrew
Hello,

Ok! Let us know about the result.

Thank you.