Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
New Member
jackb1
Posts: 1
Registered: 11-05-2010

Message Prompt: Are you sure you want to quit?

I've been browsing the net for weeks now trying to find a way the get a message to prompt when exiting SalesLogix, confirming that you really want to exit the program. Is this possible? Version 7.5.0.1484

Please use plain text.
Gold Super Contributor
RJLedger
Posts: 2,234
Registered: 03-19-2009

Re: Message Prompt: Are you sure you want to quit?

In Windows/LAN there really is no single event you can trap on to do that.

 

In fact, years ago the system did have a hard-coded "really quit" prompt.. nobody liked it and it was removed from the product..

 

AFAIK the only way you can do this is to create a "wrapper" program that launches SalesLogix.. and trap in the "wrapper". However, I don't believe it will give you what you want.

--
RJ Ledger - rjledger@rjlSystems.net

".. Stay Focused..."
http://www.rjlSystems.net - blog: www.rjlSystems.net/blog.html
Please use plain text.
Copper Elite Contributor
Hartog_Elands
Posts: 33
Registered: 08-05-2009

Re: Message Prompt: Are you sure you want to quit?

It all depends on how you quit.

If you want to quit through the menu there is an easy way to get that messagebox.

 

Write a script that shows the messagebox with a Yes and a No button.

If Yes then the next line will be Application.BasicFunctions.DoInvoke "Function", "FileClose"

Add a MenuBar which overwrites the function in the Standard Menu.

 

Just a thought...

 

Regards,

 

Hartog

Please use plain text.