Wednesday, October 29, 2008

How to Compile Forms in R12

compile a single form manually:
frmcmp_batch module=$au_top/forms/US/testform.fmb userid=apps/apps output_file=$test_top/forms/US/testform.fmx module_type=form compile_all=special

Note: Here we are compiling a form so we specify module_type=form, if it is a library file like .pll file we specify module_type=library

compile all forms and all library files:
  • log in as applmgr
  • source environment file
  • run adadmin
  • select Generate application files menu and
  • Generate form files

No comments: