Hello All,
I use a Browse with TSBrowse
How to pushing the down key and call a function?
Thanks
mtajkov wrote:I use a Browse with TSBrowse
How to pushing the down key and call a function?
#include "Fivewin.ch"
#include "TSBrowse.ch"
Function Main()
Local oDlg, oBrw
Use Customer New Shared
Define Dialog oDlg Size 400, 200 Pixel
@ 0, 0 Browse oBrw Alias "Customer" Of oDlg Size 200, 90 Pixel
oBrw:LoadFields()
oBrw:bUserKeys := {|nKey| If( nKey == VK_DOWN, ( MsgInfo( "Can't Go Down" ), 0 ), Nil ) }
Activate Dialog oDlg Centered
DbCloseAll()
Return Nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 106 guests