<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inserting page breaks in journals in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704694#M88890</link>
    <description>&lt;P&gt;How can I undo the page break in journal?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 07:45:45 GMT</pubDate>
    <dc:creator>HyeWonJung</dc:creator>
    <dc:date>2023-12-01T07:45:45Z</dc:date>
    <item>
      <title>Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/2134#M2134</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I am trying to save a journal report with &amp;gt; 1000 parameters into a rtf file. However, when I see the plots in the word file, the plots for the parameters are getting cut. I would like to add page breaks before every parameter so that all the plots for each parameter are on one page. I know if I right click on the blue triangle, I can insert a Break but I don't want to do this for &amp;gt; 1000 parameters. Is there an easier way to do this? &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 15 Jul 2010 17:00:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/2134#M2134</guid>
      <dc:creator />
      <dc:date>2010-07-15T17:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/2135#M2135</link>
      <description>Anybody has any ideas on this? &lt;BR /&gt;&lt;BR /&gt;Appreciate any help with this. &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 19 Jul 2010 16:15:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/2135#M2135</guid>
      <dc:creator />
      <dc:date>2010-07-19T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/2136#M2136</link>
      <description>Take a look at the "Manipulating Displays" section of the scripting guide.&lt;BR /&gt;&lt;BR /&gt;There is a "Page Break" message you can send that will do what you're requesting.  Without knowing the tree structure of your report it's hard to get too specific.&lt;BR /&gt;&lt;BR /&gt;Below is an example of making a page break in a specific section.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2010 13:46:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/2136#M2136</guid>
      <dc:creator>gda</dc:creator>
      <dc:date>2010-07-20T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/213061#M42633</link>
      <description>&lt;P&gt;I don't see the example.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 04:38:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/213061#M42633</guid>
      <dc:creator>tova</dc:creator>
      <dc:date>2019-06-14T04:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/213062#M42634</link>
      <description>&lt;P&gt;Here is the example taken from the Scripting Index&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
//This message applies to all display box objects
New Window( "Example",
	ob = Outline Box( "Outline Box",
		V List Box(
			ob2 = Outline Box( "Outline Box 2",
				H List Box(
					Text Edit Box( "Top Left" ),
					Text Edit Box( "Top Right" )
				)
			),
			ob3 = Outline Box( "Outline Box",
				H List Box(
					Text Edit Box( "Bottom Left" ),
					Text Edit Box( "Bottom Right" )
				)
			)
		)
	)
);
ob3 &amp;lt;&amp;lt; Page Break;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Jun 2019 04:43:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/213062#M42634</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-06-14T04:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/217656#M43493</link>
      <description>thanks</description>
      <pubDate>Tue, 16 Jul 2019 07:57:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/217656#M43493</guid>
      <dc:creator>tova</dc:creator>
      <dc:date>2019-07-16T07:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704694#M88890</link>
      <description>&lt;P&gt;How can I undo the page break in journal?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 07:45:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704694#M88890</guid>
      <dc:creator>HyeWonJung</dc:creator>
      <dc:date>2023-12-01T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704835#M88909</link>
      <description>&lt;P&gt;I don't see any clear way to do this.&amp;nbsp; Hopefully some other Community Member may have a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 13:52:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704835#M88909</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-01T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704856#M88915</link>
      <description>&lt;P&gt;If we are talking about PageBreakBoxes then...use XPath to get references to all of them and then send &amp;lt;&amp;lt; Delete box() message to those references&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
//This message applies to all display box objects
nw = New Window("Example",
	ob = Outline Box("Outline Box",
		V List Box(
			ob2 = Outline Box("Outline Box 2",
				H List Box(Text Edit Box("Top Left"), Text Edit Box("Top Right"))
			),
			ob3 = Outline Box("Outline Box",
				H List Box(Text Edit Box("Bottom Left"), Text Edit Box("Bottom Right"))
			)
		)
	)
);
ob3 &amp;lt;&amp;lt; Page Break;

nw &amp;lt;&amp;lt; Journal;

(Current Journal() &amp;lt;&amp;lt; XPath("//PageBreakBox")) &amp;lt;&amp;lt; Delete Box;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It also might be enough to just send &amp;lt;&amp;lt; Visibility("Collapse") instead of deleting them&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 14:52:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704856#M88915</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-12-01T14:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting page breaks in journals</title>
      <link>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704869#M88918</link>
      <description>&lt;P&gt;Nice solution!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 15:36:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Inserting-page-breaks-in-journals/m-p/704869#M88918</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-01T15:36:13Z</dc:date>
    </item>
  </channel>
</rss>

