Hello!
norberto wrote:
I set it to AdsCacheRecords(80), but I've also reviewed the code and noticed that I made a lot of neccessary calls
i have this problem too.. can you share your experience? you change only adscacherecords? thanks
I'm sorry that I was not clear in my reply. I've added the AdsCacheRecords(80) just to be safe, because I didn't know the default value - the setting didn't accelerate the browse.
My application is MDI based - it is possible to browse one table (with single alias) in different MDI windows with different filters/scopes. So on each event like bGotFocus or bRepaint I use functions like dbSelectArea, dbSetOrder, dbSetScope, dbGoto and similar to be sure that repainting works correctly. After I removed most calls to those functions, browse became much faster (but now I can't use multiple MDI windows) ...
Regards, Roman