Thanks - this is just what I wanted.
Steve
> Steve,
> This method works well for JMP 7.0.
>
> Best regards,
> Don Palahnuk
> ImClone Systesm, Wholly owned sub of Lilly
>
>
> // JMP 7.0.2 tested
> // journal window with a page break
>
> nw1 = new window("Report Source Window #1",
> outline box("Test Report Outline Header #1",
> vlb1 = vlistbox(
> tb1 = textbox(" report test contents - for #1") ) ) );
>
> vlb1 << append(textbox(" "); pagebreakbox());
>
> nw1 << journal;
>
> nw2 = new window("Report Source Window #2",
> outline box("Test Report Outline Header #2",
> vlb1 = vlistbox(
> tb1 = textbox(" report test contents for #2 ") ) ) );
>
> nw2 << journal;
>
> // end
>
> -----Original Message-----
> From: jmp-l-owner@lists.biostat.wustl.edu
> [mailto:jmp-l-owner@lists.biostat.wustl.edu] On Behalf Of
> steve@nmr.mgh.harvard.edu
> Sent: Monday, August 10, 2009 8:27 AM
> To: jmp-l@lists.biostat.wustl.edu
> Subject: [jmp-l] page breaks
>
> Hello,
>
> JMP journals often place page breaks in the middle of graphics. Besides
> manually inserting breaks in the journal, does anyone know of a way to add
> them via scripting ... or is there a setting that I'm not aware of?
>
> for (a non-working) example:
> pb = page break box() << journal window;
>
> I'm using JMP 7.0.2 in MacOS 10.5.8 (MacBookPro w/Intel)
>
> Thanks,
>
> Steve
>
> Steve Hodge
> Salem, MA
>
> Confidentiality Note:
> This e-mail, and any attachment to it, contains privileged and
> confidential information intended only for the use of the individual(s) or
> entity named on the e-mail. If the reader of this e-mail is not the
> intended recipient, or the employee or agent responsible for delivering it
> to the intended recipient, you are hereby notified that reading it is
> strictly prohibited. If you have received this e-mail in error, please
> immediately return it to the sender and delete it from your system.
>
> Thank you.
>
>
>
|