CONTROLAR TWBROWSE

CONTROLAR TWBROWSE

Postby MANOLO » Thu Mar 02, 2006 5:18 pm

Hola a todos vuelvo con los browses, tengo un twbrwose donde pinto todos los clientes, y tengo un combo donde indico el campo por el cual indexar, hay alguna forma que apretando las teclas CTRL-AVPAG pasara al siguiente orden de indexación acutalizando el combo y el browse,

gracias.
Manolo
MANOLO
 
Posts: 87
Joined: Sun Oct 09, 2005 8:49 pm
Location: Spain

Postby Antonio Linares » Fri Mar 03, 2006 6:52 pm

Manolo,

Comprueba si esa combinación de teclas pasan por bKeyDown ó bKeyChar y desde ahí puedes hacerlo:
Code: Select all  Expand view
oBrw:bKeyDown = { | nKey, nFlags | If( nKey == K_PGDN .and. GetKeyState( VK_CONTROL ), ..., ... ) }

Prueba lo mismo con bKeyChar
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41390
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 71 guests