Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Picture in grid
Message
De
09/04/2007 07:59:37
 
 
À
09/04/2007 06:17:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01213361
Message ID:
01213387
Vues:
17
Dear Sir,
After reading your article "Images, containers in grid" I used your following codes

Every path is unique but the above procedure displays only first picture in all rows.
How to show images according to FileName field.

Plaase help
lcPath = getdir()
lnFiles = adir(aImageList, lcPath+'*.*')
Create cursor myImageList (FileName m)
For ix=1 to alen(aImageList,1)
  Insert into myImageList values (lcPath+aImageList[ix,1])
Endfor

Thisform.Grid1.Column3.Image1.Picture = myImageList.FileName
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform