fix for blinking data-aware controls?



I have a form with data-aware controls, connected to a datasource. If
you click on a button, you can print a report. When the report is
generated, it scrolls through the dataset, which is connected to the
data-aware controls, so each record flickers on the screen as the
dataset is scrolled. How do I disable this behavior (without using a
separate query...)?

The constraints are:
1) the report needs to loop through the current dataset (which may have
filters, or ranges, or master-detail relations being applied)

2) the controls should (preferably) remain showing the record which was
current when the button was clicked (if not possible, it's ok for them
to become blank)

3) When the report is finished, the controls should show the record
which was current before the button was clicked

-Corinna

.


Quantcast