Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Please help, combobox and picture problem
Message
De
19/09/2000 03:30:20
 
 
À
18/09/2000 07:10:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00417520
Message ID:
00417968
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform