Hi there,
I am experiencing a perfomance problem with a browser-enabled form. The form loads pretty fast, but switching between different fields of the form takes 2-3 seconds. So if a user fills in a text box and clicks into the next text box, it takes the form 2-3 seconds to switch to that text box. If a user connects via VPN from outside the building, switching between the fields takes 3-10 seconds depending of the speed of the user's computer / connection speed.
The Form has a few "on Form Load" database connections and one calculation inside the form. As I set the connections up to pre-load the data on form load and the form loads very quick, it shouldn't have something to do with my data connections right ? Info about my form : A repeating table has about 8 fields, where the user can input data. Four user-details fields in the header are pre-poppulated, when loading the form(this works fast an like a charm). There is no form code behind the form. So this is no huge form.
I already diabled the postback function of every field, but this made no difference to the performance.
This is really frustrating. Any ideas, what is causing these perfomance issues ?