欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

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

程序员文章站 2024-02-04 23:14:04
...

手工编译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 mo

 手工编译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