Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help! Can't close window!
Message
From
04/07/2001 18:14:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Help! Can't close window!
Miscellaneous
Thread ID:
00526783
Message ID:
00526783
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform