Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setall : a different picture in column
Message
From
06/07/2012 13:05:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Setall : a different picture in column
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01547751
Message ID:
01547751
Views:
91
I have a grid and I want to show an image in a column. The picture file to choose is depending on the type field:
thisform.grid1.columns[1].image1.picture=[e:\vappcms_pfm\icons\businessmeeting.ico]   &&& this works but show same picture in all rows
thisform.grid1.columns[1].sparse=.f.

thisform.grid1.setall([Picture], ICASE (type=[MEET],[e:\vappcms_pfm\icons\businessmeeting.ico] ,[....]),"column1.Image1") && does not show any picture
how can I accomplish this??


Thanks

Peter
Peter Cortiel
Next
Reply
Map
View

Click here to load this message in the networking platform