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

金蝶VB插件,单据保存时总是触发GetFocus事件

时间:2017-08-11 19:58:20      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:variant   dct   dsp   value   got   bsp   otf   log   integer   

在做金蝶插件时,在保存时,总是触发GetFocus事件,让人很伤心啊

 

Private Sub m_BillInterface_GotFocus(ByVal sKey As String, ByVal dctData As KFO.IDictionary, ByVal curDspValue As Variant, ByVal Col As Long, ByVal Row As Long, Cancel As Boolean)
    
    If (Row > 0 And r <> -110 And r <> Row And Not m_BillInterface.GetDataFldbyKey("FBillNo_SRC", Row) Is Nothing) Then  //Row为当前行索引,r为自定义变量,当保存时,r=-110;
                                                                       //r<>Row,防止它重复乱触发
If (m_BillInterface.GetFieldValue("FBillNo_SRC", Row) <> "") Then If (sKey = "FInteger") Then r = Row                    //这一行很重要

 

金蝶VB插件,单据保存时总是触发GetFocus事件

标签:variant   dct   dsp   value   got   bsp   otf   log   integer   

原文地址:http://www.cnblogs.com/erph/p/7347629.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!