Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making a Setup of my program

Status
Not open for further replies.

Qwark

Programmer
Sep 26, 2000
59
NL
Hello,

I have written my first program in VFP. Now i will make a *.exe file. I have used the next statement: BUILD EXE myapp FROM myproj. And it works, but when i start the exe in my explorer it close automatic at the same time. A have a frmmain (FROM) with a couple of other forms and code files.
Can anyone help me.

Qwark [sig][/sig]
 
Hi Qwark,

In your main program file, you will need to include the command which is usually place at the last line..

READ EVENTS

Some other relevant commands that you might be interested in

ON SHUTDOWN

The MSDN has more details regarding this both commands.

Hope this helps a little.

Yue Jeen [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top