Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Events
Message
From
06/01/2014 17:19:53
 
 
To
06/01/2014 17:00:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: 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:
01591430
Views:
47
Thanks!

>There should only be one READ EVENTS for your entire application. READ EVENTS does not say stop program execution. It says, "Start looking for events". If you want the program to stop, you need a modal form.
>
>
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform