Rss & SiteMap

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

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

标题:AfterSelRangeChange事件报错

1楼
rjh4078 发表于:2024/4/13 11:41:00

全局表事件AfterSelRangeChange

代码如下  加载系统的时候老是提示AfterSelRangeChange事件错误 找不到_identify 列

With e.NewRange
    
    
    
    If e.Table IsNot Nothing Then
        If e.Table.Current IsNot Nothing Then
            Dim t As Table = e.Table
            Dim s As String=""
            If t.Cols(t.ColSel).IsNumeric Then '如果当前列是数值列      
                s = "求和:" & t.Aggregate(AggregateEnum.Sum, t.TopRow, t.ColSel, t.BottomRow, t.ColSel) 
                StatusBar.Message3 = s 
            End If
            StatusBar.Message3 = s & " 计数:" & t.Aggregate(AggregateEnum.Count, t.TopRow, t.ColSel, t.BottomRow, t.ColSel) 
        End If 
        
    End If
    
End With
2楼
有点蓝 发表于:2024/4/13 13:37:00
请上传实例测试
共2 条记录, 每页显示 10 条, 页签: [1]

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

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