码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-12-27 13:50:30      阅读:221      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!