Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a picture into a grid
Message
From
28/06/2004 08:53:46
Brian O'Donovan
Crescent Computers
Cork, Ireland
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Adding a picture into a grid
Miscellaneous
Thread ID:
00917915
Message ID:
00917915
Views:
35
Hi There

I am building a form for a purchase orders system. I was thinking of adding a picture a grid to show whether the order was completed or not. I tried just pasteing the image into the grid and using
IF ALLTRIM(SORDhead.STATUS) = "Open"
thisform.grid1.column8.image1.picture = "open.bmp"
else
thisform.grid1.column8.image1.picture = "cancel.bmp"
endif

in the afterrowchange method but this has not worked Any ideas

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform