Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Images in Combo
Message
 
To
28/09/2005 05:55:52
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01053806
Message ID:
01053809
Views:
15
>Hi All
>
>I need a help about this issue
>I have these colors as images (red, blue, yellow ...) and I don't know how to put all these images inside ComboBox (if that Possible) I mean I want these colors appear in combobox and what are value types of these colors in the table (memo or integer).
>
>thanks all
*** Assume you are IN ComboBox
FOR lnItems = 1 TO this.ListCount
    DO CASE
       CASE WantYellow
            this.Picture(lnItems) = "Yellow.ico"
       CASE WantRed
            this.Picture(lnItems) = "Red.ico"
       CASE WantBlue
            this.Picture(lnItems) = "Blue.ico"
    .....
    ENDCASE
ENDFOR
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform