<?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 回复： How to use JSL to determine whether a column has event handlers? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-a-column-has-event-handlers/m-p/878393#M104130</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Current Data Table();
col = Column(dt, "height");

colScript = col &amp;lt;&amp;lt; Get Script;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;？&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 14:44:28 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2025-06-05T14:44:28Z</dc:date>
    <item>
      <title>How to use JSL to determine whether a column has event handlers?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-a-column-has-event-handlers/m-p/878384#M104129</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
:height &amp;lt;&amp;lt; Add Column Properties(
	Set Property(
		"Event Handler",
		Event Handler( Click( JSL Quote(Function( {thisTable, thisColumn, iRow}, {},  ab=(dt&amp;lt;&amp;lt;get selected rows)[1]; );) ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 14:43:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-a-column-has-event-handlers/m-p/878384#M104129</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-06-05T14:43:30Z</dc:date>
    </item>
    <item>
      <title>回复： How to use JSL to determine whether a column has event handlers?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-a-column-has-event-handlers/m-p/878393#M104130</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Current Data Table();
col = Column(dt, "height");

colScript = col &amp;lt;&amp;lt; Get Script;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;？&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 14:44:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-a-column-has-event-handlers/m-p/878393#M104130</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-06-05T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to determine whether a column has event handlers?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-a-column-has-event-handlers/m-p/878396#M104131</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
has_handler =  !Is Empty( dt:height &amp;lt;&amp;lt; Get Property( "Event Handler" ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Jun 2025 14:49:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-determine-whether-a-column-has-event-handlers/m-p/878396#M104131</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2025-06-05T14:49:07Z</dc:date>
    </item>
  </channel>
</rss>

