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
carole
Level III

Close journal window with JSL

Hello, I want to save and close my journal window with JSL 7.0.2 : Current Journal() << Save Journal(strPathSave); //this sentence works and saving is ok
Current Journal() << Close Window(nosave); //here a dialog ask if i want to save or not changes on my journal, how can i do not to have it (it stops my script with the dialog)

Thanks !

Message was edited by: Carole
2 ACCEPTED SOLUTIONS

Accepted Solutions
gh
gh
Level III

Re: Close journal window with JSL

too easy
current journal() << close window();

View solution in original post

carole
Level III

Re: Close journal window with JSL

Thanks, even if there is a message in the log, it seems to work...

View solution in original post

2 REPLIES 2
gh
gh
Level III

Re: Close journal window with JSL

too easy
current journal() << close window();
carole
Level III

Re: Close journal window with JSL

Thanks, even if there is a message in the log, it seems to work...

Recommended Articles