FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ListBox Fields Question
Posts: 334
Joined: Fri Oct 14, 2005 01:54 PM
ListBox Fields Question
Posted: Thu Jan 26, 2006 04:43 PM

I need to make the data(fields) expanded with the list box expanded . How can I make this ? I tried change the size . It is the same no Expanded it is a limited screen with 1 or 2 fields I need to make the fields expand all the screen .
Thanks

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
ListBox Fields Question
Posted: Thu Jan 26, 2006 06:57 PM

Ehab,

Is this what you need?

oWnd:oClient:= oLbx

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 334
Joined: Fri Oct 14, 2005 01:54 PM
How can I Maximize and Minimize
Posted: Fri Jan 27, 2006 09:47 AM

How can I Maximize and Minimize a list box ?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ListBox Fields Question
Posted: Fri Jan 27, 2006 10:19 AM

Maximizing and minimizing the window that contains it as its oClient DATA.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 334
Joined: Fri Oct 14, 2005 01:54 PM
filtering listbox
Posted: Fri Jan 27, 2006 04:32 PM

Always When I refresh a listbox finding the that only displayed record is the last record and I should use the scroll to view the first records THOUGH I am using dbgotop after the set filter condition .

Posts: 334
Joined: Fri Oct 14, 2005 01:54 PM
Confusion
Posted: Fri Jan 27, 2006 05:03 PM

Also I have a question about confustoion is happening to the listbox after any filtering and using different index . What are the causes of that ?
Records are being disappered after many filtering operations and corrupted ?

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
ListBox Fields Question
Posted: Fri Jan 27, 2006 05:06 PM

Ehab,

We all use lots of browses without those kinds of problems, so the problem is with your code, not the browse code.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion