Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox with Images and bound data?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01246079
Message ID:
01246101
Views:
26
Hi Lynda,

>Is it possible to have both an image and text in the dropdown list of a Combobox when using bound data?

Depends on what binding you mean. You cannot have pictures when the rowsource is bound to a table. However, binding the ControlSource doesn't affect the ability to have pictures.

If you use a RowSorceType of 6, you have to replace this with manually adding items to the combobox. The easiest way is to put the required code into the Requery() method ann call the Requery() method from the Init.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform