FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Listbox split
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Listbox split
Posted: Thu Oct 12, 2006 11:54 AM
Hi,

Is there a possibility to split a listbox in two?
Now I have create two seperate listboxes. The first one contain the first part of the data, and the second the rest.
It would be nice if I browse the first one, and if the last record on the screen is displayed,
the next will be the first of the second listbox.

What I want is:

LISTBOX 1    LISTBOX 2

ITEM 01      ITEM 13
ITEM 02      ITEM 14
ITEM 03      ITEM 15
ITEM 04      ITEM 16
ITEM 05      ITEM 17
ITEM 06      ITEM 18
ITEM 07      ITEM 19
ITEM 08      ITEM 20
ITEM 09      ITEM 21
ITEM 10      ITEM 22
ITEM 11      ITEM 23
ITEM 12      ITEM 24


If 'ITEM 12' is selected and you press the DOWN-key, ITEM 13 should be selected.
If 'ITEM 24' is selected and you press the DOWN-key, listbox 2 and listbox 1 should scoll down, and ITEM 25 should me selected.

Is this possible?

Thanks,
Marc
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion