Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help! Can't close window!
Message
 
 
To
04/07/2001 18:14:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00526783
Message ID:
00526789
Views:
17
Add
NAME oViewWindow
clause to your DEFINE WINDOW command and than try to close this window with
oViewWindow.release()
>Hello
>
>In the form I want display the vfp editor:
>
> lcWindowName="vfpeditor"
> lcfilename = "c:\test.prg"
>
> Define WINDOW (lcWindowName) ;
> FROM lnFromY,lnFromX TO lnSizeY,lnSizeX ;
> FONT "Courier New",10 ;
> DOUBLE;
> IN WINDOW (THISFORM.NAME) ;
> NOCLOSE
>
> Modi COMMAND (lcFileName) ;
> WINDOW (lcWindowName);
> IN WINDOW (THISFORM.Name) ;
> NOWAIT
>
>
>The form displays fine.. but I can't find way to close this window :( hide,release not works Any ideas...
>Thanks
>Denis
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform