CCS_Printing Posted May 9, 2011 Share 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! Link to comment Share on other sites More sharing options...
Dan Korn Posted May 9, 2011 Share Posted May 9, 2011 In OnRecordStart: if (Field("Your Graphic Field Name") == "") FindGraphicFrame("Your Frame Name").suppress = true; Link to comment Share on other sites More sharing options...
CCS_Printing Posted May 9, 2011 Author Share Posted May 9, 2011 Thanks Dan that worked perfectly Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.