Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tecla (insert) no click do botao novo // tecla (del)....
Message
 
To
28/03/2002 17:23:13
Alexandre Sola
Witwise Adm de Bems S/C Ltda
São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00638709
Message ID:
00638716
Views:
19
This message has been marked as the solution to the initial question of the thread.
Alow Alexandre,

Faça o seguinte:
* No Formulário:
ThisForm.KeyPreview = .T.
* No evento KeyPress do Formulário
LPARAMETERS nKeyCode, nShiftAltCtrl
If nKeyCode=22 .and. nShiftAltCtrl=0
    ThisForm.BotaoIncluir.Click
EndIf
If nKeyCode=7 .and. nShiftAltCtrl=0
    ThisForm.BotaoDeletar.Click
EndIf
Pronto!!!! []s
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform