I've recently installed the web update 2 for delphi, and now in my project
(which has multiple grid controls on seperate PageControls with the idea when
you click on a tab it sets that Grid's DataSource's TQuery source to
.Active=True and all the others =False) - If you get the idea ;-)
Anyway, before the update you'd click on a tab, and 'boing' - there were your
records, so instant it was untrue...
After the update you click on a tab, and you get "Hmmm... Let me see... OK,
I'll display the grid with your records".
Backend is an MS Access database... If I run the app on the clients (i.e. the
clients that were compiled without the update 2 stuff) they change tabs
instantly... If I install the 'new' (i.e. post update pack 2 program) on other
machines, they also perfom 'slowly' when changing tabs...
Has anyone else noticed this?
The queries being executed are simple "SELECT * FROM sometable WHERE
parent_org = :parent_org" (parent_org is supplied by the 'master' datasource
for the application)...
-Kp