Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How to align windows while making .EXE

Hi all,

i am trying to make .EXE of my project. Executable file is creating,but problem
are with windows. WHen i am running my .EXE file the windows defined in programm
are overlapping. sometimes some windows are not also activating. i am defining
window by command DEFINE WINDOW. Please Help me.
[317 byte] By [Sagar] at [2007-11-10 12:49:53]
# 1 Re: How to align windows while making .EXE
Hello, Sagar!
You wrote on 24 Jun 2003 21:19:34 -0700:

S> i am trying to make .EXE of my project. Executable file is creating,but
S> problem are with windows. WHen i am running my .EXE file the windows
S> defined in programm are overlapping. sometimes some windows are not also
S> activating. i am defining window by command DEFINE WINDOW. Please Help
S> me.

I think the form positions are stored in the resource file (foxuser.dbf).
One way to disable the use of the resource file by including the line
RESOURCE=OFF
in your config.fpw file.
See VFP Help for more info on "SET RESOURCE".
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
Eric den Doop at 2007-11-11 23:50:43 >