Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListBox not showing all data
Message
 
To
29/08/2000 12:11:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00410317
Message ID:
00410578
Views:
15
>>Wes,
>>
>>Are you calling the Listbox's Requery method after you issue the SQL? You must do that to get the listbox to refresh it's internal list of items.
>
>Jim,
> I'm not calling the Requery method. What do I need to set the method to?

Weston,

You don't need to set the emthod to anything, just call it after you run the query as in;
SELECT ...
Thisform.List1.Requery()
Previous
Reply
Map
View

Click here to load this message in the networking platform