Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox Bug or what?
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00114329
Message ID:
00114353
Views:
24
I agree... using a grid is the most reliable way to go, but I really love the continuous scroll capability of a listbox versus the jumpy scroll of a grid. Am trying to develope a means to quickly pan through a lot of data, pick out the rows of interest, and do something with them. I have found that the native VFP listbox, using multiselect, is in concept very fast but seems rife with reliability issues.

>Mark,
>
>As a workaround you might consider using a grid based on a view like this: select .f. as lSelected, * from ... The grid can use a checkbox in the first column to indicate select status.
>
>>I'm having a reproducible problem with a listbox with rowsourcetype of FIELDS.
>>Rowsource is 4 fields in a table.
>>Multiselect is .T.
>>The table has about 1000 rows.
>>I can multiselect and manipulate the selected items as desired. The problem is that the listbox does not refresh itself correctly.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform