<?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 Number Edit Box Not Storing Value when Entered by User in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Number-Edit-Box-Not-Storing-Value-when-Entered-by-User/m-p/683147#M86864</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the below script that creates a Window that asks the user to populate a Part Number and Lot Number. When the value is entered in the Part Number box and the Lot Number field is clicked, the value in the Part Number field disappears. This happens vice versa as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on why this is happening?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nw = New Window("Material Information", &amp;lt;&amp;lt; Modal,

	Text Box("Information Type"),
	Text Box(""),
	
	V List Box(
		H List Box( Text Box("Material Part Number: "),
			str_PN_bx = Number Edit Box()),
		Text Box(""),
		H List Box (Text Box("Material Lot Number: "),
			str_LN_bx = Number Edit Box()),
		Text Box("")),
	
	V List Box(ok_btn = Button Box("OK",
		str_PN = str_PN_bx &amp;lt;&amp;lt; Get();
		str_LN = str_LN_bx &amp;lt;&amp;lt;Get())),
		
	cncl_btn = Button Box("Cancel"));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2023 19:02:20 GMT</pubDate>
    <dc:creator>Austin</dc:creator>
    <dc:date>2023-10-02T19:02:20Z</dc:date>
    <item>
      <title>Number Edit Box Not Storing Value when Entered by User</title>
      <link>https://community.jmp.com/t5/Discussions/Number-Edit-Box-Not-Storing-Value-when-Entered-by-User/m-p/683147#M86864</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the below script that creates a Window that asks the user to populate a Part Number and Lot Number. When the value is entered in the Part Number box and the Lot Number field is clicked, the value in the Part Number field disappears. This happens vice versa as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on why this is happening?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nw = New Window("Material Information", &amp;lt;&amp;lt; Modal,

	Text Box("Information Type"),
	Text Box(""),
	
	V List Box(
		H List Box( Text Box("Material Part Number: "),
			str_PN_bx = Number Edit Box()),
		Text Box(""),
		H List Box (Text Box("Material Lot Number: "),
			str_LN_bx = Number Edit Box()),
		Text Box("")),
	
	V List Box(ok_btn = Button Box("OK",
		str_PN = str_PN_bx &amp;lt;&amp;lt; Get();
		str_LN = str_LN_bx &amp;lt;&amp;lt;Get())),
		
	cncl_btn = Button Box("Cancel"));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 19:02:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-Edit-Box-Not-Storing-Value-when-Entered-by-User/m-p/683147#M86864</guid>
      <dc:creator>Austin</dc:creator>
      <dc:date>2023-10-02T19:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Number Edit Box Not Storing Value when Entered by User</title>
      <link>https://community.jmp.com/t5/Discussions/Number-Edit-Box-Not-Storing-Value-when-Entered-by-User/m-p/683158#M86865</link>
      <description>&lt;P&gt;This isn't happening to me and the script seems fine.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1696274186567.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57169i2577BBEC0D3400E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1696274186567.png" alt="jthi_0-1696274186567.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My first guess would be that you try to enter something else than a number to number edit box.&lt;/P&gt;
&lt;P&gt;Which JMP version and operating system are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 19:18:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Number-Edit-Box-Not-Storing-Value-when-Entered-by-User/m-p/683158#M86865</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-02T19:18:10Z</dc:date>
    </item>
  </channel>
</rss>

