Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form exiting using the exe
Message
From
12/09/2003 17:42:59
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
11/09/2003 23:40:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00828383
Message ID:
00828690
Views:
15
I'm assuming you're only showing us "some" of your code, Evelyn.

At the same time, if you expect to have at least one Form "hang around" when running an EXE, you need a READ EVENTS in your main program.

Running from the command window is like running with an "implicit" READ EVENTS; that is another difference between an EXE and running from the command window.

"Windows" respond to events (like mouse and keyboard). READ EVENTS creates a wait state that allows these events to be handled. Without a READ EVENTS in your app, program flow simply runs from the beginning of your main program, "out the bottom".

Stop me if you've heard this before ... :)

>i'm also thinking that way.. so i tried removing the thisform.release in my active form..
>
>but it's still releasing my form..
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform