Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make name of Define Window local?
Message
From
05/03/2015 03:18:21
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01616221
Message ID:
01616261
Views:
33
>Hi,
>
>When I use the code DEFINE WINDOW myWindow, after I am done with using this window I call RELEASE WINDOW myWindow.
>
>If I were to declare this variable (e.g. myWindow) LOCAL, before defining the window, do I still need to RELEASE it?

That's only the string with the window name. You may need to play with DEFINE WINDOW myWindow NAME oWindow to get an object reference, which may be local if you declare it so.
Now whether the window will vanish when oWindow is destroyed, I don't know, but since it's a form anyway, you can just say oWindow.release().

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform