06-22-2015 07:50 AM
Hello Together
I must be terminate a Diadem with a Script:
I wold it Start withe a Script wit Parameters
Calculate all values
Generate Report
Save All
ans at the end
Terminate Automatical the Programm
what is the Function to terminate this?
Thomas
06-22-2015 08:01 AM
Hi Thomas,
you can use the command ProgramExit in your script.
DIAdemo
06-22-2015 08:07 AM
thanks
its very near
06-22-2015 09:29 AM
' avoid save dialog FileModification = "ignore" ' close DIAdem ProgramExit
To avoid DIAdem to ask for saving changed content add one more line