Re: forms registry path problems FORMS60 PATH

From: Marc Billiet <someone.overthere_at_living>
Date: Mon, 11 Dec 2000 06:50:05 GMT
Message-ID: <20001211.6500539_at_slu40xxx.hae.hydro.com>


A possibility (though undocumented and therefore probably unsupported) i s
to start every application with another batch file (following example is  

for Forms 5, but I've tested it as well with Forms 6):

_at_echo off
echo Starting My Special Application...
echo Parameter Initialization...
SET APPBASEPATH \my app
SET
FORMS50 PATH=%APPBASEPATH%\FORMS\RUNTIME;%APPBASEPATH%\PLL;%APPBASEPAT H%\MENU
SET TK25 ICON=%APPBASEPATH%\ICONS
SET REPORTS30 PATH=%APPBASEPATH%\REPORTS;%APPBASEPATH%\PLL SET FORMS50 DEFAULTFONT=Ms Sans Serif.10 SET NLS LANG ERICAN AMERICA.WE8ISO8859P1 REM 'START' needed for Windows NT
START F50RUN32.EXE MODULE=LOGON userid=%2

Marc

>>>>>>>>>>>>>>>>>> Oorspronkelijk bericht <<<<<<<<<<<<<<<<<<

Op 2000-12-09, 18:09:41, schreef "Jim Casarella" <casarellaj_at_monmouth.co m>
over het thema forms registry path problems FORMS60 PATH:

> I have 11 applications on my server and each application has its own

folder.
> On my windows 95 PC I specified the paths in the registry (FORMS60 PAT
 H).
> The FORMS60 PATH value is becoming too long and my applications near t
 he
> end of the path are not running. After some testing it seams that the
 

> registry entry will only reconize the first 170 - 180 characters.
 

> Is there a way that I can solve this problem? Please help.
Received on Mon Dec 11 2000 - 07:50:05 CET

Original text of this message