Login    
 
 
 
 
Text/HTML
  
You are here :: Blogs Saturday, May 19, 2012

Search
Note: This uses the internal blog search engine. The Google search engine is also available at the top of the page.
  
Disclaimer

Please review the site disclaimer before downloading or using content found on this site

  
Categories
  
DEVSHED Blog
As always, I welcome your comments!
Feb 6

Written by: Steve Gray
2/6/2010 5:27 PM  RssIcon

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

Tags:
Categories:
As always, I welcome your comments!
  
 
 
Home | Products | Blogs | Contact Us | Links | God's Plan
Privacy Statement | Terms Of Use
 
Copyright 2011 by Devshed.us