Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid and Imagebox pictureval
Message
From
08/06/2004 07:31:19
 
 
To
08/06/2004 03:33:52
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00911020
Message ID:
00911073
Views:
18
a workaround for you:

- define a Image subclass into a VCX
- add to it :
1. _ControlSource property  && set it to ''
2. BackStyle_Access method
3. Fill BackStyle_Access with this code
* BackStyle_Access 
this.PictureVal = EVALUATE(m.this._ControlSource)
RETURN m.THIS.BackStyle
4. Add this image class to your Grid column
5. set this Grid Column : Bound = .F. and Sparse = .F.
6. Fill Image _controlSource = 'gridTable.ImageFieldName'
7. Run: -> you see rows image
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform