壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2774|回复: 4

Epicor 9 用C#做客户化时问题?

[复制链接]
发表于 2010/6/7 11:22:11 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
E9 中
Vb.net : Dim edv EpiDataView = Ctype(oTrans.EpiDataViews("orderhed"),EpiDataView) 没有问题
转换以C#
     EpiDataView edv = (EpiDataView) oTrans.EpiDataViews("orderhed")

时提示:picor.Mfg.UI.FrameWork.EpiTransaction.EpiDataViews”是“属性”,但此处被当做“方法”来使用
发表于 2010/6/17 10:22:28 | 显示全部楼层
之所以一直回避用E9 新提供的C#, 是因为它新的加入。  建议仍使用VB.NET
发表于 2012/4/21 08:03:09 | 显示全部楼层
EpiDataView edv = (EpiDataView) oTrans.EpiDataViews("orderhed")
改成
EpiDataView edv = (EpiDataView) oTrans.EpiDataViews["orderhed"];
发表于 2012/10/12 20:43:03 | 显示全部楼层
看到就有点头痛,我要加油
发表于 2013/4/11 15:06:28 | 显示全部楼层
Tommy  :

做开发的,自行围观下面内容
Both C# and VB.NET compile to Common Intermediate Language so in theory, there might be a slight difference in the compiler optimization, but support's experience is that there isn't any descernable difference when one is used over the other.

However, Epicor recommends that all new UI Customizations use C# because if you are planning on deploying these customizations to Epicor Web Access (EWA), the UI Customizations would have to be in C# (VB.NET UI Customizations can't be deployed to EWA).
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 22:26 , Processed in 0.017115 second(s), 16 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表