If e.Table.Current Is Nothing Then \'如果Current为Nothing
Return \'则返回
End If
Dim zjzh As Integer
Dim zjzh1 As DataRow
zjzh1 = DataTables("原始数据中间转换").Find("[_IDENTIFY] = \'" & e.Table.Current("_IDENTIFY") & "\'")
If zjzh1 IsNot Nothing Then
zjzh = Tables("原始数据中间转换").FindRow(zjzh1)
If zjzh >= 0 Then
Tables("原始数据中间转换").Position = zjzh
End If
End If \'Y以上选择本表,定位到钾离子表
If e.Table.Current Is Nothing Then \'如果Current为Nothing
Return \'则返回
End If
Dim jlz As Integer
Dim jlz1 As DataRow
jlz1 = DataTables("钾离子计算公式").Find("[_IDENTIFY] = \'" & e.Table.Current("_IDENTIFY") & "\'")
If jlz1 IsNot Nothing Then
jlz = Tables("钾离子计算公式").FindRow(jlz1)
If jlz >= 0 Then
Tables("钾离子计算公式").Position = jlz
End If
End If
If e.Table.Current Is Nothing Then \'如果Current为Nothing
Return \'则返回
End If
Dim zyd As Integer
Dim zyd1 As DataRow
zyd1 = DataTables("总硬度计算公式").Find("[_IDENTIFY] = \'" & e.Table.Current("_IDENTIFY") & "\'")
If zyd1 IsNot Nothing Then
zyd = Tables("总硬度计算公式").FindRow(zyd1)
If zyd >= 0 Then
Tables("总硬度计算公式").Position = zyd
End If
End If