cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

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