Re: fix for blinking data-aware controls?




"swansnow" <schultz@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1138303428.665131.324130@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

> Unfortunately, I discovered that Disable/Enable Controls also disables
> the MasterSource connection.
>
> Is there any way to do this while still being able to use MasterSource?
> I suppose I could just call Locate...

You could use Locate. An alternative would be to use a separate set of
tables and datasources for the report. I've used this approach many times.
Adds a little overhead and complexity, but it often means more robust code.


.