If I use a TxBrowse in Multiselect mode, upon startup it starts with the 1st record already selected. Is there any way to start with no registers selected (that is with Len(aSelected)= 0)
To see what I mean, go to \Samples\testxbrw.prg and modify line 486 as follows:
Any suggestion?
Rafael
FWH 8.05 + Harbour
To see what I mean, go to \Samples\testxbrw.prg and modify line 486 as follows:
ACTIVATE WINDOW oChild ON INIT (oBrw:SetFocus() ,;
MsgInfo(Str(Len(oBrw:aSelected))))Any suggestion?
Rafael
FWH 8.05 + Harbour