I'm a bit late to this thread (been mad busy at work) but I don't like 
the look of close databases before thisform.release.  I have close 
databases all in my main program after all forms have been closed down.  
Each form does a CLOSE TABLES ALL in the unload of the form, so my 
database stays open all the time.  In the code below you are closing the 
database before the form is closed which might cause problems depending 
on how you are accessing your data.
I would try moving the close databases to your main calling program, or 
if the form is your main calling program put it in the unload.

HTH

*Peter Cushing *
IT development and support

Signature


Kurt Wendt wrote:
> Hey Alan - thanks for your reply.
>
> I'm not sure about the Spell Checker - although, it was only added a
> couple of days into my application - while this Hanging problem has been
> happening for a few weeks now!
>
> The QUIT button on my form doesn't have any Destroy - but, does have the
> following:
>
> RELEASE  Last_User, Last_TDate (and a bunch more var's)
> CLOSE DATABASES 
> thisform.Release
> CLEAR EVENTS
>
> So - are you saying I SHOULD add the Destroy - or were you asking if I
> was Using a Destroy - and maybe the Destroy was causing my problem?
>
> Thanks again,
> -K-
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> On Behalf Of Alan Lukachko
> Sent: Friday, July 23, 2010 11:47 AM
>
> Do you have a destroy event for the Spell Checker? Or a destroy event on
> the
> exit from the form?
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> On
> Behalf Of Kurt Wendt
> Sent: Friday, July 23, 2010 11:34 AM
>
> OK - this problem started a couple of weeks ago. Its happening on this
> small application I have been been working on for about a month now -
> which I recently added the Spell Checker to (after posting to the list
> here).
>
> Anyway - about a 1 or 2 weeks ago - this strange thing started
> happening. Its most noticeable when I am doing testing - and I just run
> the Form - as opposed to Running the compiled EXE. 
>
> When I hit the Quit button on my Form - the Form immediately goes away -
> but, then everything pauses and VFP hangs for about - 30 seconds. Now -
> that's not a long time - but, its PAINFUL when I keep trying to test
> things - but, get held up at the end of each Test - waiting for VFP to
> respond and "came back". 
>
> I suspect its something that I added to my Form some weeks ago. But, I'm
> just not sure what it is...
>
> Has anyone run into this kind of problem before? Its really strange -
> and although its not a Show-Stopper (and the reason I just tried dealing
> with it for the time being) - its getting to Drive Me Nuts about now...
>
> Thanks,
>  -K-
> Developer
> Mr. Software of East Coast, Inc.
> Division of Waitex Information System, Inc.
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
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/[email protected]
** 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.

Reply via email to