Author: Paul McNett
Posted: 2007-08-16 at 11:49:43
lalong1@bellsouth.net 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