ListBox Fields Question

Post Reply
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

ListBox Fields Question

Post by Ehab Samir Aziz »

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
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Ehab,

Is this what you need?

oWnd:oClient:= oLbx

James
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

How can I Maximize and Minimize

Post by Ehab Samir Aziz »

How can I Maximize and Minimize a list box ?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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

Antonio Linares
www.fivetechsoft.com
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

filtering listbox

Post by Ehab Samir Aziz »

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 .
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

Confusion

Post by Ehab Samir Aziz »

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 ?
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Ehab,

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

James
Post Reply