Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Script command, which ends lotus123 without any mistake

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi friends,

do you know a command under lotus123 skript, which ends the whole lotus 123 (not only the the actual file) without any mistake. In detail: I click my script in the explorer, it runs its routines and then it should close itself with the whole lotus123 without any mistake. So I would be back in the explorer.

Any Idea?
 
You've probably solved this one by now - but for reference the application class has a method called quit.

Try

'closes the application without saving changes
CurrentApplication.Quit False
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top