标签:
2014-12-27 Created By 鲍新建
1. Compiling Form
1. R12 Version
frmcmp.sh module=XXAPINVOICE.fmb userid=apps/apps@prod module_type=form compile_all=special (Batch Mode)
frmcmp_batch module=XXAPINVOICE.fmb userid=apps/apps@prod output_file=XXAPINVOICE.fmx (简单的方式)
2. 11i Version
f60gen module=XXAPINVOICE.fmb userid=apps/apps@prod f60gen XXAPINVOICE.fmb userid=apps/apps@prod (简单的方式是,其他的参数都不是必须的)
2. Compiling Library
1. R12 Version
frmcmp.sh module=XXAPINVOICE.pld userid=apps/apps@prod module_type=library parse=yes (Generate a pll)
frmcmp.sh module=XXAPINVOICE.pll userid=apps/apps@prod module_type=library compile_all=yes (Generate a plx)
2. 11i Version
f60gen module= XXAPINVOICE.pld userid= apps/apps@prod module_type=library parse=yes (Generate a pll) f60gen INVKBCRD.pll apps/apps@prod module_type=library compile_all=yes module_access=file (Generate a plx)
3. Convert Pll to Pld
编译pll
frmcmp_batch module=XXAPINVOICE.pll userid=apps/apps@prod script=yes module_type=library output_file=XXAPINVOICE.pld
4. Compiling Menu
编译菜单
f60gen module=FNDMENU.mmb userid=apps/apps output_file=FNDMENU.mmx module_type=menu batch=yes compile_all=special
5. 参数 - R12
R12编译Form时参数列表
Thanks and Regards
Form_Form Builder编译Fmb/Library/Menu方式总结(汇总)
标签:
原文地址:http://www.cnblogs.com/eastsea/p/4188239.html