hi,
under HMG i can use this Syntax
under FiveWin i can use
but it is not limited to WINDOW
---
i saw Codeblock Slot "bKeyDown" but most contain VK_RETURN
i need to use CTRL too else Increment Search of XBROWSE will be activate
so how to use CTRL + "N" under FiveWin to call Function
under HMG i can use this Syntax
ON KEY CONTROL + N OF IPTVMAIN ACTION DoAppendNew()under FiveWin i can use
SETKEY( ASC( "N" ), { || DoAppendNew() } )but it is not limited to WINDOW
---
i saw Codeblock Slot "bKeyDown" but most contain VK_RETURN
i need to use CTRL too else Increment Search of XBROWSE will be activate
so how to use CTRL + "N" under FiveWin to call Function
greeting,
Jimmy
Jimmy