hi,
when "TAB" (from other Control) into XBROWSE it will "activate Seek" but not bSeek Codeblock itself
how can i avoid "Seek" without type any Sign (a-z, 0-9) ![]()
greeting,
Jimmy
Jimmy
hi,
when "TAB" (from other Control) into XBROWSE it will "activate Seek" but not bSeek Codeblock itself
how can i avoid "Seek" without type any Sign (a-z, 0-9) ![]()
When XBrowse gets focus by whatever way, browse is refreshed and no seek is executed.
Seek is activated only by a kay-stroke and not in any other way.
 oBrw:SetStyle( WS_TABSTOP, .F. )when got to XBROWSE it "change" Display ...