To see what I mean, go to \Samples\testxbrw.prg and modify line 486 as follows:
Code: Select all
ACTIVATE WINDOW oChild ON INIT (oBrw:SetFocus() ,;
MsgInfo(Str(Len(oBrw:aSelected))))
Rafael
FWH 8.05 + Harbour
Code: Select all
ACTIVATE WINDOW oChild ON INIT (oBrw:SetFocus() ,;
MsgInfo(Str(Len(oBrw:aSelected))))