Preventing flicker with frxPreview
I decided to use a frxPreview rather than a DBGrid so that I can show multiline comments. Essentially all I've done is remove the grid and drop a frxPreview on the form and hook it up to the frxReport. It works ok when I alter the filtering of the dataset I'm using but each time I alter the filter I get a nasty flicker. Is there any way of preventing this?