Dear All,
How can I invoke a function on Pressing Enter in TwBrowse ? My following code do not seem to be working.
oBrw:bKeyChar = { | nKey | IF (nKey == 13, MyFunc(),) }
Can anybody guide me ?
TIA
Milan.
EnricoMaria wrote:
- Code: Select all Expand view
oBrw:bKeyDown = { | nKey | IF (nKey == 13, MyFunc(),) }
EMG
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Antonio Linares, Google [Bot], Rick Lipkin and 75 guests