infopath如何得到控件对象
我的Infopath是2010,请问编程时(C#)怎么得到控件对象?
我有两件控件是日期,我想算出两个日期的差额天数.
另外想把一个文本控件中的数值,变成中文货币大写(如:100->壹佰)
[解决办法]
获得控件值,参考:
http://blogs.msdn.com/b/infopath/archive/2010/03/18/introduction-to-programming-in-infopath-2010.aspx
orderItems = this.MainDataSource.CreateNavigator().Select("/my:myFields/my:Order/my:OrderItem", NamespaceManager);