Rss & SiteMap

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

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

标题:无法后退的问题

1楼
hfapplehao 发表于:2024/10/10 20:13:00
老师您好,写了这么个命令,用于选定一个区域,单击这个命令就可以用用第一行的数据往下填充。结果发现命令运行完毕后,没法回退。怎么改进啊
Dim tb As Table = CurrentTable

If tb IsNot Nothing Then
        For i As Integer = tb.LeftCol To tb.RightCol
            For j As Integer = tb.TopRow+1 To tb.BottomRow
                'If tb.Rows(i).locked = 0 Then '只有当前表没有被锁定和当前行没有被锁定才进行如下操作
                    tb.Value(j,i) = tb.value(tb.Toprow,i)
                'End If
            Next
        Next
End If
2楼
有点蓝 发表于:2024/10/10 20:17:00
参考:http://www.foxtable.com/webhelp/topics/1538.htm
共2 条记录, 每页显示 10 条, 页签: [1]

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

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