CCS_Printing Posted May 9, 2011 Posted May 9, 2011 I am trying to make the border of the graphic frame disappear when there is no image uploaded by the user. Can someone help me out with the rule I would need to use to make it disappear? Thanks!
Dan Korn Posted May 9, 2011 Posted May 9, 2011 In OnRecordStart: if (Field("Your Graphic Field Name") == "") FindGraphicFrame("Your Frame Name").suppress = true;
Recommended Posts
Archived
This topic is now archived and is closed to further replies.