In my case this is true. The caption is based on a value from a parent table..
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul McNett Sent: Thursday, August 16, 2007 12:50 PM To: Dabo Users list Subject: Re: [dabo-users] Using DynamicCaption in grid causesannoying screen flicker [EMAIL PROTECTED] wrote: > Unless anyone sees this as something to be improved upon, please disregard. > I fixed the issue by not using the DynamicCaption. Instead I > subclassed the form's update to refresh the caption. That's probably the best idea anyway. The Dynamic* properties of dColumn are relative to the current row, so they are really meant for things like BackColor, ForeColor, Font, etc.: things you want to look different depending on the record it is representing. You probably don't want Caption based on a particular row in the grid's dataset, but on something external to that dataset. -- pkm ~ http://paulmcnett.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
