cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
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.