Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question on Ordering
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00065996
Message ID:
00066020
Vues:
37
>If it is not too much trouble, would you give me the code? Thanks.

I don't guarantee it's runnable, but... :-)
PROCEDURE combo1.Requery()

*This.RowSourceType = 0
*This.Columns = 2
*This.ColumnWidth = 100,0
This.Clear()
This.AddItem('Dick', '132')
This.AddItem('Tom', '1643')
This.AddItem('Harry', '53')

SELECT cName, cID ;
   FROM nameList ;
   INTO CURSOR crsrList ;
   ORDER BY cName ;
   WHERE cID NOT IN ('132', '1643', '53')

SCAN
    This.AddItem(cName, cID)
ENDscan
How's that?
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform