Rss & SiteMap

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

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

标题:[求助]按狐爸所说改后出现新的错,烦请狐爸再帮忙看看,非常感谢!

1楼
amanda123 发表于:2011/12/12 15:23:00

图片点击可在新窗口打开查看此主题相关图片如下:截图02.png
图片点击可在新窗口打开查看
我更改后,出现如附件所示错误,麻烦狐爸再帮我看看: Dim tb1 As WinForm.TextBox Dim tb2 As WinForm.TextBox Dim tb3 As WinForm.TextBox tb1 = Forms("客户需求审核窗口").Controls("TextBox22") tb2 = Forms("客户需求审核窗口").Controls("TextBox23") tb3 = Forms("客户需求审核窗口").Controls("TextBox24") With Tables("客户需求审核窗口_table2") If .Current IsNot Nothing Then tb1.text = .Current("更新内容") tb2.text = .Current("更新原因") tb3.text = .Current("备注") End If End With
2楼
狐狸爸爸 发表于:2011/12/12 15:30:00

Dim tb1 As WinForm.TextBox
Dim tb2 As WinForm.TextBox
Dim tb3 As WinForm.TextBox
tb1 = Forms("客户需求审核窗口").Controls("TextBox22")
tb2 = Forms("客户需求审核窗口").Controls("TextBox23")
tb3 = Forms("客户需求审核窗口").Controls("TextBox24")
With Tables("客户需求审核窗口_table2")
    Is .Current IsNot Nothing Then
          tb1.value = .Current("更新内容")
          tb2.value = .Current("更新原因")
          tb3.value = .Current("备注")

    end if
End With

共2 条记录, 每页显示 10 条, 页签: [1]

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

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