FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Is there any feature to select multi line in xbrowser
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Is there any feature to select multi line in xbrowser
Posted: Tue Oct 03, 2023 07:57 AM
Hi,

I have an array like this.
Code (fw): Select all Collapse
aList := {{"Albert",50},{"John",45},{"Antonio", 55}}
I can show this array via xbrowser
Code (fw): Select all Collapse
XBROWSER aList SLNUM TITLE "List"
Can I also select and than show selected lines, more than one line in xbrowser without adding my original array. I think I saw some example about xbrowser but I could not found.

Thanks.
Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Is there any feature to select multi line in xbrowser
Posted: Tue Oct 03, 2023 11:06 AM

If I understand correctly, then you want to show only certain deadlines in the browser?

Then use :aFilter / :Refresh()

Posts: 2170
Joined: Fri Jul 18, 2008 01:24 AM
Re: Is there any feature to select multi line in xbrowser
Posted: Tue Oct 03, 2023 06:15 PM

aSel :=oBrw:aSelected

XBROWSER aSel

Francisco J. Alegría P.

Chinandega, Nicaragua.



Fwxh-MySql-TMySql

Continue the discussion