Oracle Forms (MOSC)

MOSC Banner

compile .fmb

edited Jul 8, 2009 12:21PM in Oracle Forms (MOSC) 3 commentsAnswered
 ok i like to compile all forms (.fmb) to generate .fmx

so I use the code  :

cls
Echo compiling Forms....
for %%f IN (*.fmb) do frmcmp userid=scott/tiger@v817  module=%%f batch=yes
    module_type=form compile_all=yes window_state=minimize
ECHO FINISHED COMPILING

but this generate   one .err for each .fmx

this .err only siad that all is ok but i don´t like to generate  it....

It can be possible ???

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center