Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help! Can't close window!
Message
From
04/07/2001 18:34:42
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00526783
Message ID:
00526791
Views:
13
Yes. I tried this way already.. not work.. nothing not help to close window.. just if I have TITLE for window and use win32 SendMessage(WM_CLOSE) that close window..



>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
Previous
Reply
Map
View

Click here to load this message in the networking platform