In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

OnDblClick in DBFBrowser

Xailer professional forum in English
Gejza Horvath
Mensajes: 281
Registrado: Mar Ago 15, 2006 1:50 pm

OnDblClick in DBFBrowser

Mensaje 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
Responder