Re: fix for blinking data-aware controls?



>I usually don't do this - I usually use a separate data instance.

I ended up constructing a query joining the tables involved. (There
were three tables) I think it is probably best to use an independent
dataset. The problem is, I am revising existing code, and I would like
to change it as little as possible-- you know how it is, you change
something, then you decided something else has to change, and then
something else, and before you know it, the whole thing is completely
rewritten, only it took longer than if you had simply rewritten it to
begin with!

However, the report is still taking a long time (IMO), so I'll probably
rewrite it anyway...

>What DB are you using ?

I'm using the Advantage database server (we were using dBase files, but
have now converted to ADS, and I'm still in the process of upgrading
old code, some of which was written before Delphi supported SQL).

-Corinna

.