Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Please help, combobox and picture problem
Message
From
19/09/2000 03:30:20
Gad Hutt
Express Print
Herzliya, Israel
 
 
To
18/09/2000 07:10:58
Gad Hutt
Express Print
Herzliya, Israel
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00417520
Message ID:
00417968
Views:
17
Hi,
I didn't find the solution yet, I'll be much obliged if someone can help me on this...

Gadi Hutt




***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
Hi all,
I'm trying to draw a picture with several of my SQL controled ComboBox.
I wrote the following code in the GotFocus event:

*!* GotFocus

Local arr_in_stock

Dimension arr_in_stock(1)
Select paperkind from paper where in_stock=.T. into array arr_in_stock

For i=1 to this.listcount
If ascan(arr_in_stock,this.list(i))<>0
Store "graphic\v1.bmp" to This.picture[i]
Endif
Endfor

The picture path is written and saved while the program is in this function, but when the comboactually gets the focus, the linkes are gone.
I think it may be connected with the SQL rowsource, but I'm not sure. I'll appriciate your help,

Many thanks,

Gadi Hutt
Previous
Reply
Map
View

Click here to load this message in the networking platform