Form_Form Builder编译fmb/library/menu方式总结(汇总)

2014-12-27 Created By BaoXinjian

Form_Form Builder编译fmb/library/menu方式总结(汇总)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 (简单的方式是,其他的参数都不是必须的)

 

Form_Form Builder编译fmb/library/menu方式总结(汇总)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)

 

Form_Form Builder编译fmb/library/menu方式总结(汇总)3. Convert Pll to Pld


编译pll

frmcmp_batch module=XXAPINVOICE.pll userid=apps/apps@prod script=yes module_type=library output_file=XXAPINVOICE.pld

 

Form_Form Builder编译fmb/library/menu方式总结(汇总)4. Compiling Menu


 编译菜单

f60gen  module=FNDMENU.mmb  userid=apps/apps output_file=FNDMENU.mmx module_type=menu batch=yes compile_all=special

 

Form_Form Builder编译fmb/library/menu方式总结(汇总)5. 参数 - R12


R12编译Form时参数列表

 Form_Form Builder编译fmb/library/menu方式总结(汇总)

 

Thanks and Regards

Form_Form Builder编译fmb/library/menu方式总结(汇总)

ERP技术讨论群: 288307890
技术交流,技术讨论,欢迎加入
Technology Blog Created By Oracle ERP - 鲍新建
上一篇:Class 1 打造专属云笔记


下一篇:Python创建Cocos2d-x 2.2方法