Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox Help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00455941
Message ID:
00455954
Vues:
37
>>>>>>>>>>>
>Hi
>I can't get my ComboBox set to the data which i just appended, i have to click & scroll to the end of the records.
>Is my Setting wrong ?
>BoundTo .T.
>Rowsource Type 6 - fields
>control source - Invoice.invno
>
>i have add this combobox.requery() in the form.refresh()
>>>>>>>>>>>>
>Change your SET ORDER TO (If your invno is sequential) Make it
>
SET ORDER TO invno DESCENDING
. That will order them in descending order and will show the higest number first.

In the form refresh() put:

ThisForm.Combo1.list = Invoice.invno
ThisForm.Combo1.displayvalue = Invoice.invno
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform