Page 1 of 1

ListBox Fields Question

PostPosted: Thu Jan 26, 2006 4:43 pm
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

PostPosted: Thu Jan 26, 2006 6:57 pm
by James Bott
Ehab,

Is this what you need?

oWnd:oClient:= oLbx

James

How can I Maximize and Minimize

PostPosted: Fri Jan 27, 2006 9:47 am
by Ehab Samir Aziz
How can I Maximize and Minimize a list box ?

PostPosted: Fri Jan 27, 2006 10:19 am
by Antonio Linares
Maximizing and minimizing the window that contains it as its oClient DATA.

filtering listbox

PostPosted: Fri Jan 27, 2006 4:32 pm
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 .

Confusion

PostPosted: Fri Jan 27, 2006 5:03 pm
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 ?

PostPosted: Fri Jan 27, 2006 5:06 pm
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