XBROWSE Y teclas IZQ Y DERECHA ( SOLUCIONADO )

XBROWSE Y teclas IZQ Y DERECHA ( SOLUCIONADO )

Postby Patricio Avalos Aguirre » Mon Apr 19, 2010 3:43 pm

Estimados

Se puede programar la teclas DERECHA E IZQUIERDA del XBROWSE para hacer una accion

solo necesito el que browse se mueva hacia abajo, es solo una columna, necesito si presiona la tecla derecha avance un dia e izquieda lo contrario

lo estoy haciendo asi pero no resulta..

Code: Select all  Expand view
oBrw:KeyDown    := { |nKey| iif( nKey = VK_LEFT, ALERT( "LEFT" ),;
                      iif( nKey = VK_RIGHT,ALERT( "rigt" ),nil ) ) }
 


Code: Select all  Expand view
oBrw:keychar    := { |nKey| iif( nKey = VK_LEFT, ALERT( "LEFT" ),;
                      iif( nKey = VK_RIGHT,ALERT( "right" ),nil ) ) }
 
Last edited by Patricio Avalos Aguirre on Mon Apr 19, 2010 3:55 pm, edited 1 time in total.
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
User avatar
Patricio Avalos Aguirre
 
Posts: 1060
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

Re: XBROWSE Y teclas IZQ Y DERECHA ( SOLUCIONADO )

Postby Patricio Avalos Aguirre » Mon Apr 19, 2010 3:54 pm

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=9181&hilit=tecla+izquierda

si hay una mejor solucion favor enviarla

Saludos
Patricio
User avatar
Patricio Avalos Aguirre
 
Posts: 1060
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 47 guests