How can i link a true DBDate of apex controls to a Column of the
dbgrid 6 of apex.

I suppose that a technique could be the following:

Dim Col As TrueOleDBGrid60.Column
Set Col = GrdDrawApx.Columns(ColNumber)
Fecha.Left = GrdDrawApx.Left + Col.Left + Col.Width
Fecha.Top = GrdDrawApx.Top + GrdDrawApx.RowTop

any suggestion...


Thanks