Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共3 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:[求助]复制

1楼
江南小镇 发表于:2024/10/11 9:07:00
老师,下面代码报错,我只要复制2列。

If e.DataCol.Name = "群组分类" OrElse e.DataCol.Name = "客户供应商" Then
    If e.DataRow.IsNull("群组分类") = False AndAlso e.DataRow.IsNull("客户供应商") = False Then
        Dim dr As DataRow = DataTables("qzfl").Find("[群组分类] = '" & e.DataRow ("群组分类") & "' And [客户供应商] = '" & e.DataRow("客户供应商") & "'")
        If dr Is Nothing Then '如果找到了同名的产品行,也就是dr不是Nothing
            dr = DataTables("qzfl").AddNew
        End If
        For Each dc1 As DataCol In DataTables("通讯录").DataCols
            dr(dc1.Name) = e.DataRow(dc1.Name)
        Next
    End If
End If



图片点击可在新窗口打开查看此主题相关图片如下:2024-10-11 09 03 19.png
图片点击可在新窗口打开查看

2楼
有点蓝 发表于:2024/10/11 9:30:00
直接写

dr("xxx") = e.DataRow("xxx")
dr("xxx2") = e.DataRow("xxx2")
3楼
江南小镇 发表于:2024/10/11 13:57:00
谢谢老师
共3 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .03906 s, 2 queries.