Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a blank option to a combobox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00146606
Message ID:
00146963
Vues:
26
Michelle,

I see you have your combo working, which is great. However, be VERY careful about using "DESC" as a field name. It is a reserved word, short for "Descending". If your code was

SELECT desc, code FROM codetable ....

you would have gotten an error message. Of course, you may have just used these fields as examples, and know this already.

HTH
Barbara


>Hi all,
-- snip --
>SELECT code, desc FROM codetable INTO CURSOR tmp ORDER BY code
-- more snip --
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform