Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong with this Main.prg?
Message
De
20/01/2008 19:14:15
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
What is wrong with this Main.prg?
Divers
Thread ID:
01283493
Message ID:
01283493
Vues:
67
After the form is released, the EXE is staying in memory and the data is still open. What am I missing? This is just a test application, so I just want the basics for it to work. There is only one form and two tables.
CLOSE ALL
CLEAR

_Screen.visible = .F.

m_prom_dir = ADDBS(SYS(5) + SYS(2003))
m_upid = 'master'

SET PATH TO "..\WizBmps"

USE AppointmentTypeSets IN 0
USE MB_User IN 0

SELECT AppointmentTypeSets

DO FORM AppointmentTypes2

READ EVENTS

CLOSE ALL
CLEAR ALL
RELEASE ALL

CLEAR EVENTS

QUIT
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform