> Hi Borislav,
>
> It works!
> Thank you so much for your help.
>
Hi Ravi -
In addition to your current config.fpw content a "resource=off" line might be useful in order to keep the runtime from creating a useless foxuser.* pair at runtime.
FWIW, since the big advantage of a config.fpw is that it gets evaluated long before the first custom code line in the "main.prg" runs,
resource=off
screen=off
are the only two lines that I have in the runtime config.fpw of all of my projects, because everything else can be set later on w/o problems, IMO. (Except ALLOWEXTERNAL, EDITWORK, SORTWORK, PROGWORK etc., but those may rarely be required, I'd say.)
hth
-Stefan