Making a rectangle visable/invisable
Hi guys,
I have an issue where I am bringing back data from the database and if a specific field = 'N' I want a red rectangle to be displayed around the field to attract the users attention to the fact that it is N (the field is actually a checkbox) however, if the checkbox is 'Y' I do not want the rectangle to be displayed. I was thinking this would be easy enough using the set_item_property value of the rectangle but having looked at it the rectangle doesnt appear to have a visable property. As this is the case would anyone here know how to do this?
As im writting this I guess I could just change the edge pattern from solid to none and that should work?
Thank you.