Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listboxes
Message
 
 
To
24/01/2000 17:14:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00321862
Message ID:
00322007
Views:
24
Hi Don,

>I've filled a list box with a field from a file via an SQL statement into a temp. cursor. Now I want to empty
>the list one item at a time by removing the first element. I tried using a control.removeitem(1) command
>but the control isn't responding. Can the SQL statement still be firing and refilling the listbox on me behind
>the scenes ?
>

AFAIK, you have to delete record from cursor (should be SET DELETED ON) and then list1.Requery()...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform