首页 > 代码库 > 手工编译.fmb文件.pll文件

手工编译.fmb文件.pll文件


手工编译fmb文件:
frmcmp userid=user/pwd@db module=xxx.fmb batch=no module_type=form compile_all=yes

编译mmb文件:
frmcmp userid=user/pwd@db module=xxx.mmb batch=no module_type=menu compile_all=yes

编译pll文件:
frmcmp userid=user/pwd@db module=xxx.pll batch=no module_type=library compile_all=yes

编译rdf文件:
rwconverter userid=user/pwd@db batch=yes source=xxx.rdf dtype=repfile overwrite=yes

例子:
.fmb
frmcmp_batch userid=apps/apps module=$AU_TOP/forms/ZHS/RCVRCERC.fmb output_file=$PO_TOP/forms/ZHS/RCVRCERC.fmx module_type=form
frmcmp_batch userid=apps/apps module=$AU_TOP/forms/US/RCVRCERC.fmb output_file=$PO_TOP/forms/US/RCVRCERC.fmx module_type=form

.pll
frmcmp_batch userid=apps/apps module=$AU_TOP/resource/INVLTENT.pll module_type=library

手工编译.fmb文件.pll文件