Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in grid
Message
From
09/04/2007 07:59:37
 
 
To
09/04/2007 06:17:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01213361
Message ID:
01213387
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform