Index
2012-04-19 08:01Allen : VFP refuses to close
2012-04-19 08:16Michael Madigan : Re: VFP refuses to close
2012-04-19 08:16Frank Cazabon : Re: VFP refuses to close
2012-04-19 09:04MB Software Solutions, LLC : Re: VFP refuses to close
2012-04-19 09:26Allen : RE: VFP refuses to close
2012-04-19 09:27Allen : RE: VFP refuses to close
2012-04-19 09:30Allen : RE: VFP refuses to close
2012-04-19 09:31MB Software Solutions, LLC : Re: VFP refuses to close
2012-04-19 09:35Frank Cazabon : Re: VFP refuses to close
2012-04-19 09:45Allen : RE: VFP refuses to close
Back to top
VFP refuses to close

Author: Allen

Posted: 2012-04-19 08:01:31   Link

Hi gang

I sometimes get a problem with VFP9 SP2 + hotfixes on Windows 7 (but I think

I've seen it on XP) where VFP refuses to close down. Anyone else get this?

Al

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/005801cd1e2c$8c1827c0$a4487740$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Allen
Back to top
Re: VFP refuses to close

Author: Michael Madigan

Posted: 2012-04-19 08:16:28   Link

You're talking about a runtime application or the development environment? 

----- Original Message -----

From: Allen <profox@gatwicksoftware.com>

To: profox@leafe.com

Cc:

Sent: Thursday, April 19, 2012 9:01 AM

Subject: VFP refuses to close

Hi gang

I sometimes get a problem with VFP9 SP2 + hotfixes on Windows 7 (but I think

I've seen it on XP) where VFP refuses to close down. Anyone else get this?

Al

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/005801cd1e2c$8c1827c0$a4487740$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/1334841388.52654.YahooMailNeo@web125605.mail.ne1.yahoo.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Michael Madigan
Back to top
Re: VFP refuses to close

Author: Frank Cazabon

Posted: 2012-04-19 08:16:38   Link

What do you do to try to shut it down?

Do you get a message?

Do you have an shutdown routine in place that needs clearing out by

issuing ON SHUTDOWN?

Frank.

Frank Cazabon

On 19/04/2012 09:01 AM, Allen wrote:

> Hi gang

> I sometimes get a problem with VFP9 SP2 + hotfixes on Windows 7 (but I think

> I've seen it on XP) where VFP refuses to close down. Anyone else get this?

> Al

>

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4F901036.4060109@gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Frank Cazabon
Back to top
Re: VFP refuses to close

Author: MB Software Solutions, LLC

Posted: 2012-04-19 09:04:06   Link

On 4/19/2012 9:01 AM, Allen wrote:

> Hi gang

> I sometimes get a problem with VFP9 SP2 + hotfixes on Windows 7 (but I think

> I've seen it on XP) where VFP refuses to close down. Anyone else get this?

I get this more often that I'd like to admit. Years ago I put this Ted

Roche submission into my "DO X" routine (that quickly clears out and

resets things):

* quitfox.prg

Declare ExitProcess in Win32API Long

ExitProcess(1)

Then in my X.PRG, I have these lines:

SET SYSMENU TO DEFAULT

CLEAR ALL

DEFINE BAR 8 OF _MTOOLS PROMPT "\-"

DEFINE BAR 9 OF _MTOOLS PROMPT "ViewEdit3"

DEFINE BAR 10 OF _MTOOLS PROMPT "Force quit"

ON SELECTION BAR 9 OF _MTOOLS do c:\dev\ve3.exe

ON SELECTION BAR 10 OF _MTOOLS do c:\dev\progs\quitfox.prg

CD c:\dev\fabmate

DO c:\stonefield\sdt\sdt.app

_screen.Caption = VERSION(4) + " Development (" + CURDIR() + ")"

_screen.Picture = ""

--

Mike Babcock, MCP

MB Software Solutions, LLC

President, Chief Software Architect

http://mbsoftwaresolutions.com

http://fabmate.com

http://twitter.com/mbabcock16

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4F901B56.9010004@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 MB Software Solutions, LLC
Back to top
RE: VFP refuses to close

Author: Allen

Posted: 2012-04-19 09:26:18   Link

The development. VFP itself

Al

-----Original Message-----

From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On

Behalf Of Michael Madigan

Sent: 19 April 2012 15:16

To: profoxtech@leafe.com

Subject: Re: VFP refuses to close

You're talking about a runtime application or the development environment? 

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/006101cd1e38$63bec160$2b3c4420$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Allen
Back to top
RE: VFP refuses to close

Author: Allen

Posted: 2012-04-19 09:27:29   Link

Nope. Tried clear all, release all, release program all. X button, exit in

menu and quit in command. Does nothing and says nothing

Al

-----Original Message-----

From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On

Behalf Of Frank Cazabon

Sent: 19 April 2012 15:17

To: profoxtech@leafe.com

Subject: Re: VFP refuses to close

What do you do to try to shut it down?

Do you get a message?

Do you have an shutdown routine in place that needs clearing out by issuing

ON SHUTDOWN?

Frank.

Frank Cazabon

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/006201cd1e38$8e2391b0$aa6ab510$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Allen
Back to top
RE: VFP refuses to close

Author: Allen

Posted: 2012-04-19 09:30:13   Link

I've not tried sysmenu. I will next time it happens

Al

-----Original Message-----

From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On

Behalf Of MB Software

On 4/19/2012 9:01 AM, Allen wrote:

> Hi gang

> I sometimes get a problem with VFP9 SP2 + hotfixes on Windows 7 (but I

> think I've seen it on XP) where VFP refuses to close down. Anyone else get

this?

I get this more often that I'd like to admit. Years ago I put this Ted

Roche submission into my "DO X" routine (that quickly clears out and resets

things):

* quitfox.prg

Declare ExitProcess in Win32API Long

ExitProcess(1)

Then in my X.PRG, I have these lines:

SET SYSMENU TO DEFAULT

CLEAR ALL

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/006301cd1e38$eff95870$cfec0950$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Allen
Back to top
Re: VFP refuses to close

Author: MB Software Solutions, LLC

Posted: 2012-04-19 09:31:06   Link

I think you're gonna have to resort to the quitfox.prg. Even when I

tried SYSMENU, that didn't resolve the issue. I think QuitFox was the

only magic bullet in that case.

Thanks again, TR, for helping restore some sanity.

--Mike

On 4/19/2012 10:30 AM, Allen wrote:

> I've not tried sysmenu. I will next time it happens

> Al

>

> -----Original Message-----

> From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On

> Behalf Of MB Software

> On 4/19/2012 9:01 AM, Allen wrote:

>> Hi gang

>> I sometimes get a problem with VFP9 SP2 + hotfixes on Windows 7 (but I

>> think I've seen it on XP) where VFP refuses to close down. Anyone else get

> this?

>

> I get this more often that I'd like to admit. Years ago I put this Ted

> Roche submission into my "DO X" routine (that quickly clears out and resets

> things):

>

> * quitfox.prg

> Declare ExitProcess in Win32API Long

> ExitProcess(1)

>

> Then in my X.PRG, I have these lines:

> SET SYSMENU TO DEFAULT

> CLEAR ALL

>

>

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4F9021AA.9020801@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 MB Software Solutions, LLC
Back to top
Re: VFP refuses to close

Author: Frank Cazabon

Posted: 2012-04-19 09:35:12   Link

Your answer is not clear if you tried issuing ON SHUTDOWN in the command

window.

What does ?ON("SHUTDOWN") display?

Frank.

Frank Cazabon

On 19/04/2012 10:27 AM, Allen wrote:

> Nope. Tried clear all, release all, release program all. X button, exit in

> menu and quit in command. Does nothing and says nothing

> Al

>

> -----Original Message-----

> From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On

> Behalf Of Frank Cazabon

> Sent: 19 April 2012 15:17

> To: profoxtech@leafe.com

> Subject: Re: VFP refuses to close

>

> What do you do to try to shut it down?

>

> Do you get a message?

>

> Do you have an shutdown routine in place that needs clearing out by issuing

> ON SHUTDOWN?

>

> Frank.

>

> Frank Cazabon

>

>

>

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4F9022A0.9020504@gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Frank Cazabon
Back to top
RE: VFP refuses to close

Author: Allen

Posted: 2012-04-19 09:45:49   Link

I don't have an on shutdown running. It doesn't do it all the time either.

Al

-----Original Message-----

From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On

Behalf Of Frank Cazabon

Sent: 19 April 2012 16:35

To: profoxtech@leafe.com

Subject: Re: VFP refuses to close

Your answer is not clear if you tried issuing ON SHUTDOWN in the command

window.

What does ?ON("SHUTDOWN") display?

Frank.

Frank Cazabon

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/006401cd1e3b$1dcc89a0$59659ce0$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Allen