cfriedberg2
Programmer
I have a VFP 6.0 project that has only one form. When I work in development, the form shows up just fine from a prg named main using the following command:
DO FORM reportselection.scx
When I compile the code into an executable, there is no form. What is necessary to show the form so the user may interact with it.
DO FORM reportselection.scx
When I compile the code into an executable, there is no form. What is necessary to show the form so the user may interact with it.