Foxtable(狐表)用户栏目专家坐堂 → 为什么这句 显示永远都是找不到


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

主题:为什么这句 显示永远都是找不到

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


加好友 发短信
等级:童狐 帖子:275 积分:3247 威望:0 精华:0 注册:2017/10/4 1:48:00
为什么这句 显示永远都是找不到  发帖心情 Post By:2018/8/30 18:29:00 [只看该作者]

Dim dr As DataRow
 'With DataTables("customer")
 'dr = .Find("customer_card_no = '55554444'","primary_key asc") 
'End With


dr = DataTables("customer").Find("customer_card_no='55554444'  ")

If dr IsNot  Nothing Then '如果找到的话

      messagebox.Show ("Name :" & dr("customer_cname") )
      messagebox.Show  ("Number  : " & dr("customer_card_no"))

        Else

      messagebox.Show (" Not found ") 

End If


为什么这句 显示永远都是找不到 not found ?
 
资料库内 有 资料的
图片点击可在新窗口打开查看此主题相关图片如下:sp20180830_183015.png
图片点击可在新窗口打开查看




 回到顶部