Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List Box - Not showing old values no longer in the list
Message
De
15/04/2000 06:51:44
 
 
À
14/04/2000 17:15:11
Jill Derickson
Software Specialties
Saipan, CNMI
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00359714
Message ID:
00359997
Vues:
9
Hi Jill.

>> I usually see on the UT that most people use ADDITEM to add values to lists...I've found using a cursor/view to be simpler, but maybe I'm missing some subtlety? (I use row source type ALIAS) <<

The .AddItem or .AddListItem methods are use to add items to a List with RowSourceType of 0 - none. If you are using RowSourceTypes 2-Alias, 3-SQL or 6-Fields the methodolgy for adding new items new the list are similar:

[1] Add the new item to the underlying table or view

[2] If it is a view, you must requery() the view

[3] List.Requery()

Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform