Key CHR(9)

Post Reply
rasptty
Posts: 88
Joined: Sun May 25, 2008 5:46 pm

Key CHR(9)

Post by rasptty »

Como é que faço para forçar o PDA a enviar o Chr(9) - TAB

é ideia é após seleccionar um item no COMBOBOX, sair deste com um TAB ou de outra forma ir po exemplo o cursor para outra class

Obrigado

NO Clipper era:
Keyboard chr(9)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Sergio,

Try it this way:

oComboBox:bChange := { || oAnotherControl:SetFocus() }
regards, saludos

Antonio Linares
www.fivetechsoft.com
rasptty
Posts: 88
Joined: Sun May 25, 2008 5:46 pm

Post by rasptty »

Dá sempre o erro ao utilizar a Classe combobox:

"No exported variable BCHANGE" :(
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Try this:

oComboBox:bCloseUp := { || oAnotherControl:SetFocus() }
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply