From: "Michael Plawecki" <m.plawecki@btinternet.com>
Newsgroups: comp.databases.oracle.tools
Subject: FORMS and pathnames
Date: Sat, 9 Sep 2000 20:52:06 +0100
Organization: BT Internet
Lines: 24
Message-ID: <8pe4g7$fsg$1@plutonium.btinternet.com>
NNTP-Posting-Host: host62-7-34-138.btinternet.com
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.00.2615.200
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200


I'm teaching myself FORMS using 6i.  As a practice example I'm trying to
start
from a initial form that displays a custom menu, where some of the menu
items
will call other forms via CALL_FORM.

I can get the initial form to display the custom menu by hard-coding the
menu
directory in the Menu Module property, but the calls to the other forms
don't
assume that directory and hence can't be found.

I've found reference to FORMS45_PATH in some old documentation, but nothing
else other than the Menu Module and Menu Source properties.

Is there an accepted way of telling your application where to look for
components?
Is there a way of concatenating directories ie test components sitting on
top of
production components?

Mike



