> >
> > Setting Visible property in the application is too late :-)
> > Make an Config.FPW file and put this line in it:
> > SCREEN=OFF
> > Built this file IN the EXE.
> >
> > -----------------
> > Borislav Borissov
> >
> >
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller> >
The only thing normal about database guys is their tables.>
> I included "SCREEN=OFF" in a configuration file and started VFP with that configuration file. Then built the application. It did not work and I still see the flash. Besides, I did not get -- "Built this file IN the EXE."
>
> Do I need to specify the configuration file in the main file of my application? How?
>
> Thank you so much.
>
>
>
> - Ravi Taxali
>
Visual FoxPro Made Simple -- An excellent book for beginners as well as experienced programmers
Include that file in the Project.

Right click on its node in the project window and select "INCLUDE: from the context menu.

This is how it must look like in the project:

Then build your EXE again and see what happens when you start it.
-----------------
Borislav Borissov
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von SchillerThe only thing normal about database guys is their tables.