Hi,
with wbrowse, a MDI-Child window will close, if you press "ESC", but a xbrowse-window won't. Is there a possibility to close a xbrowse-window also with "ESC"?
Hi,
with wbrowse, a MDI-Child window will close, if you press "ESC", but a xbrowse-window won't. Is there a possibility to close a xbrowse-window also with "ESC"?
Gilbert,
oBrw:bKeyChar = { | nKey | If( nKey == VK_ESCAPE, oWnd:End(), nKey ) }
Antonio,
thanks, works fine! ![]()