Results 1 to 3 of 3

Thread: Select cell in Flexgrid[RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    82

    Select cell in Flexgrid[RESOLVED]

    Firstly, this is my first time using the Flexgrid.

    But anyway, here's what I need to do: I need to select a cell in the Flexgrid, but if it's not visible it will scroll down until it's visible.(I'm searching the grid... FYI)
    Code:
        Dim i As Integer
        For i = 0 To fgMOB.Rows - 1
            If LCase(Text1.Text) = LCase(fgMOB.TextMatrix(i, 1)) Then
                'select the cell
            End If
        Next i
    Any help? Thanks.
    Last edited by NickMeuir; Apr 12th, 2004 at 11:53 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width