Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting a cell in a grid to an image
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Setting a cell in a grid to an image
Miscellaneous
Thread ID:
00884513
Message ID:
00884513
Views:
56
How can I set a particular cell in a grid to display a picture? Should the following
work? Column1 of Grid1 has a checkbox with display set to graphical style. The ActivateCell
puts the cursor on row 3, col 1, but the graphic in that cell does not change.

with ThisForm.Grid1
.ActivateCell(3,1)
.Column1.Check1.Picture = "Cross.bmp"
.refresh()
.ActivateCell(3,1)
.SetFocus()
EndWith

Thanks
Steve
Next
Reply
Map
View

Click here to load this message in the networking platform