HELLO
i have a problem in my apps with a comboBox wich is full.
I add 800 lists in this comboBOX, but the app cant contain all of them.
Have you got a solution to resolve that ?
Thx!
Solved! Go to Solution.
Hi @bertrandedin ,
I need to confirm below information from you first, this will help us to solve your issue, you can also provide some screenshots:
1. What do you mean about "add 800 lists"? Can you provide the Items property of your Combo Box?
2. Does your Combo Box contain just the first 500 items? Or less/more than 500 items?
You can try below methods, remember to check the result after each method:
1. Increase the delegable limit by going to File > Settings > Advanced settings, and set the value for "Data row limit non-delegable queries" option to 2000:
2. If above method is not work for you and your combo box is inside a form, you can try to increase the data card size using the solution mentioned in this article.
Best Regards,
Allen
Hi @bertrandedin ,
I need to confirm below information from you first, this will help us to solve your issue, you can also provide some screenshots:
1. What do you mean about "add 800 lists"? Can you provide the Items property of your Combo Box?
2. Does your Combo Box contain just the first 500 items? Or less/more than 500 items?
You can try below methods, remember to check the result after each method:
1. Increase the delegable limit by going to File > Settings > Advanced settings, and set the value for "Data row limit non-delegable queries" option to 2000:
2. If above method is not work for you and your combo box is inside a form, you can try to increase the data card size using the solution mentioned in this article.
Best Regards,
Allen