I wanted to trap a particular keystroke while in a grid column and
replace it with a two keystroke combination.

This is done in VFP by overriding grid.Column1.Text1.Keypress

LPARAMETERS nKeyCode, nShiftAltCtrl
NODEFAULT
IF nKeyCode = 123
   KEYBOARD 'Hi'
ENDIF

How to do this in Dabo?


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to