<?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 Is there a way to Lock/password protect a JMP Journal? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-Lock-password-protect-a-JMP-Journal/m-p/386974#M63714</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to lock or password protect a JMP Journal. I plan to give this journal out at work and I want it to be not able to be edited just used as a guide. is this even possible?&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 20:45:06 GMT</pubDate>
    <dc:creator>rmthomas</dc:creator>
    <dc:date>2023-06-10T20:45:06Z</dc:date>
    <item>
      <title>Is there a way to Lock/password protect a JMP Journal?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-Lock-password-protect-a-JMP-Journal/m-p/386974#M63714</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to lock or password protect a JMP Journal. I plan to give this journal out at work and I want it to be not able to be edited just used as a guide. is this even possible?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 20:45:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-Lock-password-protect-a-JMP-Journal/m-p/386974#M63714</guid>
      <dc:creator>rmthomas</dc:creator>
      <dc:date>2023-06-10T20:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to Lock/password protect a JMP Journal?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-Lock-password-protect-a-JMP-Journal/m-p/387061#M63724</link>
      <description>&lt;P&gt;Many times I will place a picture of an object in a journal, if I don't want it to be changed.&amp;nbsp; The simple script below does that for the output from a Fit Y by X(Bivariate)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$sample_data/semiconductor capability.jmp" );
biv = Bivariate(
	Y( :PNP2 ),
	X( :NPN1, PNP1 ),
	Fit Line( {Line Color( {212, 73, 88} )} )
);

myJournal = New Window( "Locked",
	((Report( biv[1] ) &amp;lt;&amp;lt; parent) &amp;lt;&amp;lt; parent) &amp;lt;&amp;lt; get Picture
);

biv &amp;lt;&amp;lt; close window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 May 2021 20:58:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-Lock-password-protect-a-JMP-Journal/m-p/387061#M63724</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-05-19T20:58:10Z</dc:date>
    </item>
  </channel>
</rss>

