Página 1 de 1

OnDblClick in DBFBrowser

Publicado: Lun Jul 02, 2007 9:59 pm
por Gejza Horvath
Guys,
I have problem with OnDoubleClick() event in TDbfBrowse. The browser is defined without
columns in IDE, and later the FormInitialize() method does:
USE Ucty NEW INDEX Ucty
::oDbfBrowse1:SetDbf("UCTY")
I set the OnDblClick event, but this is fired only, when I double click on the area with
no data displayed (longer row, like the width of all data columns. The double clicking on
the data area has no result. I have tried to set this event for the columns, but no
succes:
FOR EACH oColumn IN ::oDbfBrowse1:aCols
oColumn:OnDataDblClick := "ButtonOpravitClick"
NEXT
Where is the mistake?
Gejza Horvath