Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing items from list box
Message
From
29/09/1999 19:52:27
 
 
To
29/09/1999 14:50:14
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00270528
Message ID:
00270801
Views:
22
Mary-Ann

From the help, the syntax for removeItem() takes an index:

Control.RemoveItem(nIndex)

So, for example, you would call
this.lstSrouce.removeItem(this.lstSrouce.listIndex)
to remove the currently selected item.

>Hi Nancy,
>The same as the .additem (stated in my original question), something tells me that's not correct!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform