Please review the site disclaimer before downloading or using content found on this site
Written by: Steve Gray 2/6/2010 5:27 PM
Private Sub GridEX1_DoubleClick(ByVal sender As Object,_
ByVal e As System.EventArgs) Handles GridEX1.DoubleClick
Dim strSopnumbe As String = ""
Try
Dim currentRow As Janus.Windows.GridEX.GridEXRow = Nothing
currentRow = GridEX1.GetRow()
strSopnumbe = currentRow.Cells.Item("sopnumbe").Text)
Catch ex As Exception
globalErrorHandler(ex)
End Try
End Sub
0 comment(s) so far...