FES Posted January 11, 2010 Share Posted January 11, 2010 I've been using FindTextFrame().suppress to hide certain frames on a page, but what I'd like to do it suppress all of the frames on a page and only un-suppress those I want to show. What's the easiest way to suppress all of the frames on a page? Thanks Link to comment Share on other sites More sharing options...
esmith Posted January 11, 2010 Share Posted January 11, 2010 Assuming you are "unsuppressing" the frames per the contents of a field(s), could you not create a JS rule in an OnRecordStart callback rule which cycles through all frames and sets the suppress function on those not requested by the data? Link to comment Share on other sites More sharing options...
FES Posted January 12, 2010 Author Share Posted January 12, 2010 Perfect! Your suggestion woke me up and got me where I needed to go. Thanks for the help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.