Jump to content

Suppress Graphic


Carrie Dodt

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...