Objects reference in jmp scripts
Hello JMP community, I have a question regarding objects reference in jmp scripts. The below code runs (JMP pro 17.2), but the process screening pops out in a different window, not in the Make_Win function, where the button is also placed. I know that if I would copy paste the PS = dt << Process Screening(...); part inside the V List Box then the behavior becomes as expected, but then the code bec...