<?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: Jmp project all open reports in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Jmp-project-all-open-reports/m-p/743751#M92341</link>
    <description>&lt;P&gt;You can use &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/display-functions.shtml?os=win&amp;amp;source=application#ww7041566" target="_blank" rel="noopener"&gt;Get Window List&lt;/A&gt; to get list of all the open windows inside the project and them loop over them using For Each loop&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
project = Open("$SAMPLE_PROJECTS\Big Class.jmpprj");
reps = Get Window List(Project(project), Type("Reports"));
For Each({rep}, reps,
	Show(rep &amp;lt;&amp;lt; get window title);
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 03 Apr 2024 13:29:03 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-04-03T13:29:03Z</dc:date>
    <item>
      <title>Jmp project all open reports</title>
      <link>https://community.jmp.com/t5/Discussions/Jmp-project-all-open-reports/m-p/743750#M92340</link>
      <description>Hello guys,&lt;BR /&gt;I started using jmp project recently. I want to write a script which loops through all reports in the project and perform a action and update the report. Any idea on how to go about this kindly support&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Wed, 03 Apr 2024 13:26:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Jmp-project-all-open-reports/m-p/743750#M92340</guid>
      <dc:creator>ComplexNerd</dc:creator>
      <dc:date>2024-04-03T13:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Jmp project all open reports</title>
      <link>https://community.jmp.com/t5/Discussions/Jmp-project-all-open-reports/m-p/743751#M92341</link>
      <description>&lt;P&gt;You can use &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/display-functions.shtml?os=win&amp;amp;source=application#ww7041566" target="_blank" rel="noopener"&gt;Get Window List&lt;/A&gt; to get list of all the open windows inside the project and them loop over them using For Each loop&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
project = Open("$SAMPLE_PROJECTS\Big Class.jmpprj");
reps = Get Window List(Project(project), Type("Reports"));
For Each({rep}, reps,
	Show(rep &amp;lt;&amp;lt; get window title);
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Apr 2024 13:29:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Jmp-project-all-open-reports/m-p/743751#M92341</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-03T13:29:03Z</dc:date>
    </item>
  </channel>
</rss>

