Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating an item in a list
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00023317
Message ID:
00023327
Views:
30
>>>I have an unsorted list which is not bound to anything. All the elements have been added programatically using AddItem. The elements in the list are query conditions e.g. "table1.field1 = 1234 AND"
>>>
>>>Is it possible to update the value of a list item without removing it and then re-adding it? I want the item being modified to remain in the same spot.
>>>
>>>TIA
>>
>>I guess that array or cursor as RowSource would be more relevant to this case.
>
>Are you saying it can't be done?

You can RemoveItem and AddItem and if Sorted=.t. it will look seamless. I just mean that Cursor will allow do this thing better.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform