Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in grid
Message
From
09/04/2007 09:02:50
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/04/2007 07:59:37
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:
01213400
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
>
>

Reread it. I don't see any implementation in your code.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform