What is the right way to use bRClick with xBrowse? I tried:
but with no result. The codeblock is executed on painting the xbrowser and not when I click on a row.
Thanks in advance
Otto
oxBrw:bRClick := { | nRow, nCol, nKey | msginfo("rechte Maustaste") }but with no result. The codeblock is executed on painting the xbrowser and not when I click on a row.
Thanks in advance
Otto