Hi,
Recently i modified few design elements in a form,
after that i could sense some time delay during the form compose…
when i checked using the Teamstudio profiler tool the delay seems to happen in the postrecalc and queryrecalc event…
surprisingly i didnt modify any single line of code in those events
Apart from TS profiler is there any tool/method to check with respond time of each design element so that i can figure wats the exact design element/code causing this delay
pls suggest
Thanks in advance
Subject: RE: Performance issue
I haven’t really used the TeamStudio profiler, but doesn’t it tell you where the time is spent, at a more detailed level than which form event?
Why are you having a refresh event during form compose, anyway?
The usual culprits for slow performance are views. Are any of the design elements you changed, views? Are any of those views accessed in the form event code? Or from a field formula?
Subject: RE: Performance issue
Thanks for the inputs andre…
Actually I had the “Automatically refresh fields” property enabled for the form, when i uncheck this property the performance seems to improve