Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help! Can't close window!
Message
De
04/07/2001 18:14:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Help! Can't close window!
Divers
Thread ID:
00526783
Message ID:
00526783
Vues:
45
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform