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

Click here to load this message in the networking platform