首页 > 其他 > 详细

Form_Form Builder编译Fmb/Library/Menu方式总结(汇总)

时间:2014-12-27 13:47:41      阅读:275      评论:0      收藏:0      [点我收藏+]

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!