您的位置:程序门 -> vb -> 数据库(包含打印,安装,报表)



.fields("intcount")如何使用


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


.fields("intcount")如何使用[已结贴,结贴人:centurybobo]
发表于:2007-03-13 16:23:51 楼主
for   intcount=0   to   5
        txtitem(intcount)=.fields( "intcount ")
next


其中.fields指出有错误。
发表于:2007-03-15 12:42:131楼 得分:0
接分
发表于:2007-03-15 13:04:582楼 得分:25
.fields( "intcount ")你这个在with中吗,
发表于:2007-03-15 13:29:403楼 得分:25
with   recordset1

    for   intcount=0   to   5
        txtitem(intcount)=.fields(intcount)
    next

end   with
发表于:2007-05-22 13:39:164楼 得分:0
我也是菜鸟,一起跟着学习这个问题


快速检索

最新资讯
热门点击