CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    6

    Red face Search Record in other Column of MSFlexGrid.

    Hi,

    There's no error on my codes for searching the Record in MSFlexGrid, but i want to know if its

    possible to search the record in other column.

    for example I want to search the record that is placed on the column 3 and not in the column 1. . .

    it is possible. .??

    if yes, ,

    can you help me about this. . by giving me some codes.

    I hope you grant my request. .

    Thanks in advance. . .

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Search Record in other Column of MSFlexGrid.

    How about .TextMatrix(rowNum, colNum)="" ?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Tags for this Thread

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

Featured