Carrie Dodt Posted July 27, 2010 Share Posted July 27, 2010 I would like the client to upload their own image, within a text box with a text-wrap. If the client leaves the image field empty is there a rule to suppress the wrap? Thanks in advance, Link to comment Share on other sites More sharing options...
Dan Korn Posted July 29, 2010 Share Posted July 29, 2010 Name the graphic frame, then add this line to your OnRecordStart rule: FindGraphicFrame("YourGraphicFrameName").textWrap = false;This is often done in conjunction with a line like this: FindGraphicFrame("YourGraphicFrameName").suppress = true; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.