Foxtable(狐表)用户栏目专家坐堂 → 日本鬼子怎么来了?


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

主题:日本鬼子怎么来了?

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


加好友 发短信
等级:贵宾 帖子:39310 积分:196782 威望:0 精华:1 注册:2015/4/25 9:23:00
  发帖心情 Post By:2015/8/20 0:15:00 [只看该作者]

转成字符串
 
Dim maxcol As Integer = 100
Dim b1 As Table
Dim d As WinForm.Table = Forms("frmZcfzbList").Controls("Table2")
b1 = d.Table

For Each r1 As Row In b1.Rows
    For Each l1 As Col In b1.Cols
        If l1.Index > = maxcol Then
            Exit For
        Else
          If r1.IsNull(l1.name) = False  Then
            r1(l1.name) = Cstr(r1(l1.name)).replace(" ","")
          End If
        End If
    Next
Next

 回到顶部