Pregunta sobre wbrowse.

Post Reply
Simon
Posts: 105
Joined: Thu Oct 20, 2005 12:29 pm
Location: Maracaibo, Venezuela.

Pregunta sobre wbrowse.

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 42561
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 35 times
Been thanked: 81 times
Contact:

Post by Antonio Linares »

Simon,

Prueba así:

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

Antonio Linares
www.fivetechsoft.com
Simon
Posts: 105
Joined: Thu Oct 20, 2005 12:29 pm
Location: Maracaibo, Venezuela.

Post by Simon »

Antonio, Mucha Gracias.[/quote]
Post Reply