Re: exe problem by Eric
Eric
Mon May 17 06:28:41 CDT 2004
Hello, Maier!
You wrote on Mon, 17 May 2004 03:46:05 -0700:
M> my problem is that my application closes instatanely when I make it an
M> exe, if i'm fast I can see my menus and forms afer that closes. and i
M> copied the 2 dll's in the directory of the program and still the same
M> efect but my forms contains "Read event" like this "use 'table.dbf"
M> I tried without "read event" and the same effect
I think your READ EVENTS line not executed. Where do you execute the
command?
Try:
* main.prg
DO yourmainmenu.mpr
READ EVENTS
or:
* main.prg
DO FORM yourmainform
READ EVENTS
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8