unix forms generation [message #86519] |
Thu, 07 October 2004 19:10  |
Jay Nutakki
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
I use the following command at the Unix prompt to compile the Oracle Forms (9i).
f90genm.sh module=XXXX.fmb userid=username/passwd@db
My forms compiles fine and will create .fmx file.
Along with creating a .fmx file it also shows "no compilation error ................... " messages for all the triggers, and progrem units in the forms module.
How can I avoid showing this messages.
IF I put batch=yes then I will not see any thing at all, I want to see "XXXXXX.fmx created" message
|
|
|
|