Hi, you need to have RESOURCE = OFF in the config.fpw that VFP uses when it starts up (compiled into the exe, in the start in folder, or specified by the -c switch). SET RESOURCE OFF in a PRG (or anywhere besides the controlling CONFIG file) will not be recognised by VFP until after it has already started and the first thing it does when it starts is read the CONFIG file. From what you had posted earlier (IIRC) you did not have the "=" in your config file, you had RESOURCE OFF.
MB Software Solutions General Account wrote: > Mike yearwood wrote: > >> You need to embed a config.fpw in the exe with the RESOURCE=OFF line >> at least. It does not work as the first line of the first .prg ever. >> > > > Hi Mike, > > It is included in the EXE. So if it doesn't work as the first line of > the PRG, where should it go? If anywhere, I thought for sure the SET > RESOURCE OFF should be the first line of the main.prg? > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

