Page 1 of 1

Multiple subforms (performance)

Posted: Mon Oct 21, 2019 5:31 pm
by mariri
Hi guys !

I have a question about subforms in a main form. In my project, I have 40 subforms divided into 10 tabs in a form.
There is a select object within tem. When the user choose an option in one of them, there is an extremely low latency.
Is it because of a large number of subforms presence in the form ?

Thans for ur help !

Re: Multiple subforms (performance)

Posted: Mon Oct 21, 2019 7:33 pm
by kev1n
mariri wrote: Is it because of a large number of subforms presence in the form ?
That's most likely it. In your situation I would temporarily remove about 5-10 subforms and see if there is still such a low latency. After that you could remove more until there is practically no more delay.
In this way you can find out whether it is due to the number of subforms.

Re: Multiple subforms (performance)

Posted: Fri Oct 25, 2019 10:16 am
by mariri
Hi Kévin,

Yes it's a solution that I was thinking too 8-)

Thanks !