寻求帮忙,关于datagrid的问题,急。(0分)

  • 主题发起人 主题发起人 caoran
  • 开始时间 开始时间
C

caoran

Unregistered / Unconfirmed
GUEST, unregistred user!
为什么我建了一个分页datagrid在提取单元格内容时,不翻页没问题,一翻页就出错,说是“指定的参数已超出有效值的范围”。怎么回是?
下面是出错程序部分。
Protected Sub DataGrid1_icmd(ByVal sender As System.Object, ByVal e As DataGridCommandEventArgs)
Dim id1 As Short
Dim str1 As String
Dim itemCell As TableCell
id1 = e.Item.ItemIndex + 1
str1 = e.Item.Cells(2).Text
Label1.Text = id1 + DataGrid1.CurrentPageIndex * DataGrid1.PageSize
End Sub
 
Label1.Text = id1 + DataGrid1.CurrentPageIndex * DataGrid1.PageSize
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 问题
 
错在哪儿啦。请指点清楚点。我还是不明白。
 
不要用 +
用&
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
811
import
I
S
回复
0
查看
928
SUNSTONE的Delphi笔记
S
后退
顶部