Hello!
I just have noticed, that just imagine you have a table on a view binded to seconadry data source, this table have few columns, and about 500+ rows e.g..
Let's just leave "automatically load data when form opens" on the data connection for that table, so when the form opens, it loads immediatly (no delay).
Now, just add on a view a button, and put it a rule to query data for this table. Simple. And after you open the form, and hit the button it will take you a while to reload the data in a table (delay happened). Hmm, why does it took some time to reload?
Now just add another view. On this view place a button with 2 rules, first will query data for our table, second will switch view back to main view with table.
After hitting button from second view it will immediatly reload data and switch view back to first (no delay).
Data also restores fast in the case when table is hidden.
Please, help me to improve my forms. How can i reaload data without delays from the view in which my table is located?
Thanks