Hello,

I changed the write permission on my files and I was able to compile the libraries to plx files.

Now, my first form gives me the following errors:
=====
[oracle@Linux2005 bin]$ ./f90genm.sh
Forms 9.0 (Form Compiler) Version 9.0.4.0.19 (Production)

Forms 9.0 (Form Compiler): Release - Production

(c) Copyright 2001 Oracle Corporation. All rights reserved.

Oracle9i Release 9.2.0.4.0 - Production
JServer Release 9.2.0.4.0 - Production
PL/SQL Version 9.0.1.5.0 (Production)
Oracle Procedure Builder V9.0.3.5.0 Build #0 - Production
Oracle Virtual Graphics System Version 9.0.1.11.0 (Production)
Oracle Multimedia Version 9.0.4.0.10 (Production)
Oracle Tools Integration Version 9.0.4.0.0 (Production)
Oracle Tools Common Area Version 9.0.2.12.0
Oracle CORE 9.0.1.2.0 Production

FRM-10043: Cannot open file.


Form not created
[oracle@Linux2005 bin]$ ./f90genm.sh
Forms 9.0 (Form Compiler) Version 9.0.4.0.19 (Production)

Forms 9.0 (Form Compiler): Release - Production

(c) Copyright 2001 Oracle Corporation. All rights reserved.

Oracle9i Release 9.2.0.4.0 - Production
JServer Release 9.2.0.4.0 - Production
PL/SQL Version 9.0.1.5.0 (Production)
Oracle Procedure Builder V9.0.3.5.0 Build #0 - Production
Oracle Virtual Graphics System Version 9.0.1.11.0 (Production)
Oracle Multimedia Version 9.0.4.0.10 (Production)
Oracle Tools Integration Version 9.0.4.0.0 (Production)
Oracle Tools Common Area Version 9.0.2.12.0
Oracle CORE 9.0.1.2.0 Production
Compiling function P_SHOW_ALERT...
No compilation errors.

Compiling procedure DISABLE_PRINT...
No compilation errors.

Compiling procedure ENABLE_PRINT...
No compilation errors.

Compiling procedure POPULATE_PRINT_INV...
Compilation error on procedure POPULATE_PRINT_INV:
PL/SQL ERROR 201 at line 4, column 8
identifier 'ARDETAIL' must be declared
PL/SQL ERROR 0 at line 2, column 17
SQL Statement ignored

Compiling procedure PRINT_D...
Compilation error on procedure PRINT_D:
PL/SQL ERROR 201 at line 38, column 2
identifier 'RP2RRO.RP2RRO_RUN_PRODUCT' must be declared
PL/SQL ERROR 0 at line 38, column 2
Statement ignored

Compiling procedure PRINT_COL...
Compilation error on procedure PRINT_COL:
PL/SQL ERROR 201 at line 24, column 2
identifier 'RP2RRO.RP2RRO_RUN_PRODUCT' must be declared
PL/SQL ERROR 0 at line 24, column 2
Statement ignored

Compiling procedure PRINT_STA...
Compilation error on procedure PRINT_STA:
PL/SQL ERROR 201 at line 24, column 2
identifier 'RP2RRO.RP2RRO_RUN_PRODUCT' must be declared
PL/SQL ERROR 0 at line 24, column 2
Statement ignored

Compiling procedure SURVEYOR_LIST...
No compilation errors.

Compiling procedure RECEIVABLE_LIST...
No compilation errors.

Compiling procedure DISPLAY_TOT_DUE...
Compilation error on procedure DISPLAY_TOT_DUE:
PL/SQL ERROR 201 at line 3, column 8
identifier 'ARDETAIL' must be declared
PL/SQL ERROR 0 at line 2, column 17
SQL Statement ignored

Compiling procedure SELECT_TAXENTITY...
Compilation error on procedure SELECT_TAXENTITY:
PL/SQL ERROR 201 at line 10, column 8
identifier 'TAXENTITY' must be declared
PL/SQL ERROR 0 at line 9, column 17
SQL Statement ignored

Compiling procedure SETFIELD...
No compilation errors.

Compiling procedure GET_TRXINP_T...
Compilation error on procedure GET_TRXINP_T:
PL/SQL ERROR 201 at line 9, column 13
identifier 'TBPROJECT.PROJECT' must be declared
PL/SQL ERROR 0 at line 9, column 13
Item ignored
PL/SQL ERROR 201 at line 17, column 10
identifier 'TBTRXINP' must be declared
PL/SQL ERROR 0 at line 16, column 3
SQL Statement ignored
PL/SQL ERROR 201 at line 25, column 10
identifier 'TBTRXINP' must be declared
PL/SQL ERROR 0 at line 24, column 3
SQL Statement ignored
PL/SQL ERROR 320 at line 55, column 3
the declaration of the type of this expression is incomplete or malformed
PL/SQL ERROR 0 at line 55, column 3
Statement ignored
PL/SQL ERROR 0 at line 72, column 3
Statement ignored

Compiling function EMP_PAYRATE...
Compilation error on function EMP_PAYRATE:
PL/SQL ERROR 201 at line 4, column 8
identifier 'TBTRXINP' must be declared
PL/SQL ERROR 0 at line 3, column 18
SQL Statement ignored


Compilation errors have occurred.


Form not created
=====

1) Any ideas for these Forms compilation errors ?
(looks like I am missing some dependencies...)

PT