hey Steve

I dont think so, since purging user variables is server side and closing a
window is client side its kinda a difficult thing to do.

why not try this?  When it gets to the spot where its creating these large
variables, check if they are empty before it creates them.  Only fetch the
data if they are empty (:

Another thing you can do is if this is like a "sub form" and you have a main
form thats the bug of alot of your functions, you could put a purge at your
main form for these large variables so when the user comes back to the main
form, it frees the memory.

----- Original Message -----
From: "Fogelson, Steve" <[EMAIL PROTECTED]>
To: "Witango User Group (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, September 11, 2003 12:00 PM
Subject: Witango-Talk: Purge user variable on window closing


> I use a popup window in an application. The popup window is a taf that
> creates user variables. I need to use user variables in the popup as it
> creates a few large arrays and the taf branches back to itself, so I only
> want to create the arrays once.
>
> Is there a way to purge specific user variables when a popup window is
> closed? FYI: the parent window would still be open, but may be a different
> taf than the original one that opened the popup. So I believe the popup
> would need to purge the user variables when it is closed.
>
> Thanks
>
> Steve Fogelson
> Internet Commerce Solutions
> ________________________________________________________________________
> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to