[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


_______________________________________________
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]

Reply via email to