Number Edit Box Not Storing Value when Entered by User
Hello,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. Any thoughts on why this is happening?nw = New Window("Material Information", << Modal,
Text Box("Information Type"),
...