cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
jade
Level III

Function for back button

Hi, everyone

I can create a button named as "Back". But may I know is there any function that can back to the previous interface when i click the back button?
Thanks.

2 REPLIES 2
txnelson
Super User

Re: Function for back button

I am not aware of any function that tracks which JMP platforms have been used, and then allows one to open up the dialog box for the previous platform.

Jim

Re: Function for back button

I agree with Jim.

It is up to you to create and restore the window content. The approach that I use in such a case is to store the code to create the content as an expression, then evaluate the expression to create the initial window and evaluate it again when the button is clicked.

Recommended Articles