This works, but seems like overkill:
WITH _screen
nFormCount = .FormCount
FOR nForm = nFormCount TO 1 STEP -1
IF .Forms[nForm] # thisform
.Forms[nForm].Release()
ENDIF
NEXT
endwith
thisform.Release()

-Lew Schwartz


On Tue, May 13, 2014 at 1:43 PM, Lew Schwartz <lew1...@gmail.com> wrote:

> This works, but seems like overkill:
> WITH _screen
> nFormCount = .FormCount
> FOR nForm = nFormCount TO 1 STEP -1
>  IF .Forms[nForm] # thisform
> .Forms[nForm].Release()
> ENDIF
>  NEXT
> endwith
> thisform.Release()
>
> -Lew Schwartz
>
>
> On Tue, May 13, 2014 at 1:11 PM, Lew Schwartz <lew1...@gmail.com> wrote:
>
>> It isn't clear events ... I'm still in dev mode in the ide, so there's no
>> read events to be cleared. Quit is a pia since everything needs t be set up
>> again.
>>
>> Kurt: This is a personal project. I'm getting some gigs lecturing on
>> photography and I need a way to manage/display my photo collection.
>>
>> -Lew Schwartz
>>
>>
>> On Tue, May 13, 2014 at 12:51 PM, Kurt @ VR-FX <v...@optonline.net>wrote:
>>
>>> So - U R back 2 doing more VFP work these days I C!
>>>
>>> -K-
>>>
>>> Sent from my iPhone
>>>
>>> > On May 13, 2014, at 9:56 AM, Lew Schwartz <lew1...@gmail.com> wrote:
>>> >
>>> > Forgot how to do this: I've got a main form with a quit button for the
>>> > entire app. When I "clear all" I get cannot clear object in use etc
>>> ... So
>>> > I'm pretty sure there's a way to do  this, but I don't remember what
>>> it is.
>>> > Any help?
>>> >
>>> > -Lew Schwartz
>>> >
>>> >
>>> > --- StripMime Report -- processed MIME parts ---
>>> > multipart/alternative
>>> >  text/plain (text body -- kept)
>>> >  text/html
>>> > ---
>>> >
>>> > _______________________________________________
>>> > Post Messages to: ProFox@leafe.com
>>> > Subscription Maintenance:
>>> http://mail.leafe.com/mailman/listinfo/profox
>>> > OT-free version of this list:
>>> http://mail.leafe.com/mailman/listinfo/profoxtech
>>> > Searchable Archive: http://leafe.com/archives/search/profox
>>> > This message:
>>> http://leafe.com/archives/byMID/profox/CAFuU78cVU1mNLaCWMWK7Owjio=qrjhkttdylaen8+74k6zq...@mail.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.
>>> >
>>> > Report [OT] Abuse:
>>> http://leafe.com/reportAbuse/CAFuU78cVU1mNLaCWMWK7Owjio=qrjhkttdylaen8+74k6zq...@mail.gmail.com
>>>
>>
>>
>


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAFuU78duajyDWEqR-3nwE8nMq0e1r0L=yztvwkpwwd_ic8y...@mail.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.

Reply via email to