Foxtable(狐表)用户栏目专家坐堂 → 这段代码我只想product表里添加一条记录 结果是添加了两个


  共有3206人关注过本帖树形打印复制链接

主题:这段代码我只想product表里添加一条记录 结果是添加了两个

帅哥哟,离线,有人找我吗?
jinzhengbe
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1062 积分:9781 威望:0 精华:0 注册:2012/3/13 5:23:00
这段代码我只想product表里添加一条记录 结果是添加了两个  发帖心情 Post By:2015/5/5 13:59:00 [显示全部帖子]

这段代码我只想product表里添加一条记录 结果是添加了两个 ? 请问该怎么修改

 

 

If e.DataRow.isnull("cord")=False Then
       Dim dr As DataRow
        dr = DataTables("product").Find("[cord] = '" & e.NewValue & "'")
        If dr IsNot Nothing Then '如果找到了同名的产品行,也就是dr不是Nothing
            e.DataRow("name") = dr("shangpinming")
            e.DataRow("markprice") = dr("markprice")
           
Else

e.DataRow("nnn")=e.DataRow("name")     

If e.DataRow.isnull("nnn")=False And dr Is Nothing Then
Dim idxs As String = ""
For i As Integer = Tables("rukudanhao.rukudan").TopPosition To Tables("rukudanhao.rukudan").BottomPosition
    idxs &= Tables("rukudanhao.rukudan").Rows(i)("_Identify")
Next

Dim f As New Filler
f.Filter = "_Identify in (" & idxs.Trim(",") & ")"
f.SourceTable = DataTables("rukudan") '指定数据来源
f.SourceCols = "cord,name,markprice" '指定数据来源列
f.DataTable = DataTables("product") '指定数据接收表
f.DataCols = "cord,shangpinming,markprice" '指定数据接收列
f.Fill() '填充数据
DataTables("product").save()
End If
End If


end If

[此贴子已经被作者于2015/5/5 14:00:45编辑过]

 回到顶部
帅哥哟,离线,有人找我吗?
jinzhengbe
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1062 积分:9781 威望:0 精华:0 注册:2012/3/13 5:23:00
  发帖心情 Post By:2015/5/5 14:02:00 [显示全部帖子]

If e.DataRow.isnull("cord")=False Then
       Dim dr As DataRow
        dr = DataTables("product").Find("[cord] = '" & e.NewValue & "'")
        If dr IsNot Nothing Then '如果找到了同名的产品行,也就是dr不是Nothing
            e.DataRow("name") = dr("shangpinming")
            e.DataRow("markprice") = dr("markprice")
           
Else

e.DataRow("nnn")=e.DataRow("name")     

If e.DataRow.isnull("nnn")=False And dr Is Nothing Then
Dim idxs As String = ""
For i As Integer = Tables("rukudanhao.rukudan").TopPosition To Tables("rukudanhao.rukudan").BottomPosition
    idxs &= Tables("rukudanhao.rukudan").Rows(i)("_Identify")
Next

Dim f As New Filler
f.Filter = "_Identify in (" & idxs.Trim(",") & ")"
f.SourceTable = DataTables("rukudan") '指定数据来源
f.SourceCols = "cord,name,markprice" '指定数据来源列
f.DataTable = DataTables("product") '指定数据接收表
f.DataCols = "cord,shangpinming,markprice" '指定数据接收列
f.Fill() '填充数据
DataTables("product").save()
End If
End If


end If


 回到顶部
帅哥哟,离线,有人找我吗?
jinzhengbe
  3楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1062 积分:9781 威望:0 精华:0 注册:2012/3/13 5:23:00
  发帖心情 Post By:2015/5/5 14:22:00 [显示全部帖子]

加了,

一样

 

 下载信息  [文件大小:   下载次数: ]
图片点击可在新窗口打开查看点击浏览该文件:丽颜.foxdb

[此贴子已经被作者于2015/5/5 14:24:05编辑过]

 回到顶部
帅哥哟,离线,有人找我吗?
jinzhengbe
  4楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1062 积分:9781 威望:0 精华:0 注册:2012/3/13 5:23:00
  发帖心情 Post By:2015/5/5 14:31:00 [显示全部帖子]

不对啊

数据反尔  添加了


 回到顶部