Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox Help
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00455941
Message ID:
00455954
Views:
36
>>>>>>>>>>>
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform