Page 1 of 1

Pregunta sobre wbrowse.

Posted: Wed Oct 18, 2006 2:54 pm
by Simon
Es posible usar el boton derecho del raton para seleccionar la fila del browse y posteriormente mostrar un menu.

probe usando,

oBrw:brClicked := { || Menu() }

y me muestra el menu pero no me cambia la fila reslatada.

Posted: Wed Oct 18, 2006 4:35 pm
by Antonio Linares
Simon,

Prueba así:

oBrw:bRClicked := { | nRow, nCol, nFlags | oBrw:LButtonDown( nRow, nCol, nFlags ), Menu() }

Posted: Wed Oct 18, 2006 6:26 pm
by Simon
Antonio, Mucha Gracias.[/quote]