Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quit does not quit
Message
De
14/08/2015 09:28:53
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Quit does not quit
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01623395
Message ID:
01623395
Vues:
94
i solved it by putting the clear events when releaseing the form!

thanks


i have a small vfp project compiled into exe (i dont usually doe exe's or forms, jst on this small project)


there 2 objects in it
- a top level form which does a thisform.release() when dblclicked (Iit has no title bar) - _sceen is invisible
a start program which contains this:

* start of app

RELEASE ALL
CLOSE ALL
POP KEY ALL
CLEAR MENU
CLEAR POPUP
CLEAR WINDOWS
CLEAR
CLEAR ALL
ON ERROR

DO FORM kbadisp

READ EVENTS




CLOSE ALL
CLEAR ALL
clear events

_screen.Visible=.t.

QUIT
*end

when i double click on the runnng form it disappears from the coputer screen
but in task manager it is stil running as a background app
both on win 8.1 and win 10
Peter Cortiel
Répondre
Fil
Voir

Click here to load this message in the networking platform