Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating an item in a list
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00023317
Message ID:
00023328
Vues:
27
>>>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?

Try:

YourList.List(1,1) = "NewValue"
Alexandre Nobre
Alpha Bytes Computer Corp.

Did you know that there are innocent people dying in East Timor?
It helps if you do...

I suppose you don't need glasses if you're able to read this line

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform