WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: JTaylor on December 28, 2020, 09:43:44 AM

Title: ReportView - Delay Painting
Post by: JTaylor on December 28, 2020, 09:43:44 AM
Is there a way to delay the display of changes to a ReportView control until finished?    I color code lines based on specific criteria after the grid loads but it flashes with every update, not to mention the speed cost.   If not, that would be a VERY nice thing to add.

Thanks.

Jim
Title: Re: ReportView - Delay Painting
Post by: kdmoyers on December 29, 2020, 09:06:35 AM
I wonder if DialogProcOption @dpoDisable  might help?
Title: Re: ReportView - Delay Painting
Post by: JTaylor on December 29, 2020, 10:10:30 AM
Tried that but appreciate the idea and reply.

Jim