Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Events
Message
From
06/01/2014 16:14:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Events
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01591422
Message ID:
01591422
Views:
65
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
Next
Reply
Map
View

Click here to load this message in the networking platform