Re: How to kill a form
- From: Jack Jackson <jacknospam@xxxxxxxxxxxxxxx>
- Date: Wed, 18 Jul 2007 17:27:53 -0700
On Wed, 18 Jul 2007 14:00:58 -0700, Ook <zootal@xxxxxxxxx> wrote:
I have a form with nested page frames, tons of code, etc. When I
thisform.release, nothing happens. I have verified that there are no
public variables hanging around, all objects added to the form are
removed, all open tables are closed. AFAICT, I have properly cleaned
up everything that should need to be cleaned. Display Memory/Status
does not show anything that should stop the form from closing. What
else would stop a form from closing?
One thing I wish VFP had was a KillFormNowNoMatterWhatDammIt!()
function :)
Most likely you have a reference somewhere (maybe in a form property
or in a property in some object on the form) to a control on the form.
The form won't release if there are extra references to any of its
children.
.
- Follow-Ups:
- Re: How to kill a form
- From: Ook
- Re: How to kill a form
- From: tom knauf
- Re: How to kill a form
- References:
- How to kill a form
- From: Ook
- How to kill a form
- Prev by Date: Re: How to kill a form
- Next by Date: Re: List Box
- Previous by thread: Re: How to kill a form
- Next by thread: Re: How to kill a form
- Index(es):
Relevant Pages
|
Loading