Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox
Message
From
26/12/2000 16:27:20
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00456828
Message ID:
00456922
Views:
37
>>How can I add extra new rows in the listbox when is populated from a table (alias)?
>
>In addition to what Ko answered, if you do not want to change table, you require to read table into listbox manually in the loop through table records using AddListItem and AddItem methods of listbox. Than you will be able to do anything with listbox items. You can try to use these methods with table too (I hope this works), but any requery of listbox will require to add these items again.

Even when you want to modify the table, you can still use it as the RecordSource, turning buffering to 5. When you're done using it, just drop the changes with TableRevert().
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform