I've written a very simple one program one form app and I can't figure out why when I build the EXE it starts but will not display the form. I see the EXE running in the task list, processes but no screen. When I run it within VFP it works great..
I've read several doc's on READ EVENTS and CLEAR EVENTS but I guess I'm still not placing them in the right spots.
Here's the code in my startup.prg
DO FORM form2.scx
READ EVENTS
My form2.scx has 2 buttons one that opens the database and dose a browse and an EXIT button with the following code.
CLEAR EVENTS
CLOSE ALL
CLEAR ALL
QUIT
What am I missing here??
Thanks for your help...
I've read several doc's on READ EVENTS and CLEAR EVENTS but I guess I'm still not placing them in the right spots.
Here's the code in my startup.prg
DO FORM form2.scx
READ EVENTS
My form2.scx has 2 buttons one that opens the database and dose a browse and an EXIT button with the following code.
CLEAR EVENTS
CLOSE ALL
CLEAR ALL
QUIT
What am I missing here??
Thanks for your help...