插件中对字段进行赋值

Private Sub m_BillInterface_Change(ByVal dct As KFO.Dictionary, ByVal dctFld As KFO.Dictionary, ByVal Col As Long, ByVal Row As Long, Cancel As Boolean)
Dim dctTemp As KFO.Dictionary
Dim dctTempFld As KFO.Dictionary
Select Case dct("FKey")
Case "FCustomer" '如果核算项目改变 FCustomer核算项目的关键字
Set dctTemp = m_BillInterface.GetFieldInfoByKey("FCustomer", "", 0) '根据关键字获取字段模板
Set dctTempFld = m_Bill
插件中对字段进行赋值
Private Sub m_BillInterface_Change(ByVal dct As KFO.Dictionary, ByVal dctFld As KFO.Dictionary, ByVal Col As Long, B...
点击下载文档文档为doc格式
声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
上一篇
已经是第一篇



