Help with Oracle Forms runtime env. - TechRepublic
General discussion
November 10, 2000 at 08:08 AM
jacharya

Help with Oracle Forms runtime env.

by jacharya . Updated 25 years, 6 months ago

I have my .fmb, .fmx and related files stored in a directory and mapped it
to drive K:.

The application runs fine when I use it within the Developer 2000 application. But when I run the f45run32 utility using the command prompt (or from
another application, which is what I really need to do), the following
occurs:
* I type
C:\>f45run32 userid=……. module=k:\form1.fmx
at the dos prompt.
* The module form1.fmx calls another module, namely form2.fmx using the
“call” command. If I am not at the K: prompt in dos, I will get the
FRM-40010 error.

I think that I need to set my runtime directory = K: drive. Any hints?
FYI, I have set path = %path%;K: using the windows NT environment utility
and so I know that the drive K: is in the search path.

You advice is greatly appreciated.

Thank you,

Jay

This discussion is locked

All Comments