Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Events
Message
De
06/01/2014 16:14:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Events
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01591422
Message ID:
01591422
Vues:
67
Hi All:

My top-level program calls a menu.
SET MESSAGE TO 'Setting up Files...'
DO SetUpFiles WITH _screen.oStuff.lTest, _screen.oStuff
SET MESSAGE TO ''

llMenu = .t.
PUSH MENU _msysmenu
DO pm.mpr
READ events

do cleanup
quit
In the menu, one option calls a program - 'do foo'.

In foo.prg:
DO GenEmailFile WITH toStuff

SELECT * ;
	FROM TempMail ;
	WHERE !EMPTY(tm_body) ;
	INTO CURSOR curEmails

DO FORM emaillst2
READ events
Messagebox('PROCESS COMPLETE!')
Why does it display the messagebox before I exit from the form! And it makes no difference whether I have the READ EVENTS after the DO FORM or not!!

Thanks,

Yossi
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform