I have a VFP7 EXE (PRG) that's apart of an update package that is executed by InstallShield. I want this EXE to run completely "behind-the-scenes", what should I put at the beginning of the PRG file to keep it out of the users face?
I need it in a EXE, so my PRG is in a project. When the EXE runs the VFP environment opens up. I took TeknoSDS's sugguestion, but I'd still like it if as little as possible displayed to the user.
mspratt has given you the correct answer to this question. The other solutions will allow the _screen to flash momentarily before it goes invisible. Here's what I do... create a config.fpw with the SCREEN=OFF line in it as mspratt has suggested, then add that config.fpw to your project and compile it in. When adding it to the project I usually put it under the Text Files node, but it can also be added beneath the Other Files node as well. Just make sure that it is not set to be excluded from the build as you definately want VFP to compile it into your exe.
Nothing special will need to be done after that as VFP will find and use the config.fpw you have compiled into the exe.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.