Foxtable(狐表)用户栏目专家坐堂 → [求助]流水账


  共有3974人关注过本帖平板打印复制链接

主题:[求助]流水账

帅哥,在线噢!
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:107860 积分:548657 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2022/4/16 8:54:00 [只看该作者]

理财账户名称和理财产品名称分开单独处理

        If e.DataCol.Name = "理财账户名称"  AndAlso e.OldValue IsNot Nothing AndAlso e.OldValue <> e.NewValue Then
            dr = e.DataTable.Find("[_SortKey] < " & mr("_SortKey") & " And [理财账户名称] = '" & e.OldValue & "' And [理财产品名称] = '" & dr("理财产品名称") & "'", "[_SortKey] Desc")
            If dr Is Nothing Then
……

        If  e.DataCol.Name = "理财产品名称" AndAlso e.OldValue IsNot Nothing AndAlso e.OldValue <> e.NewValue Then
            dr = e.DataTable.Find("[_SortKey] < " & mr("_SortKey") & " And [理财账户名称] = '" & dr("理财账户名称") & "' And [理财产品名称] = '" & e.OldValue & "'", "[_SortKey] Desc")
            If dr Is Nothing Then
……

 回到顶部
总数 12 1 2 下一页