Results 1 to 2 of 2

Thread: sorting in flexgrid

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    47
    When a nonfixed cell is clicked, the program should sort the entire grid by the heading of the cell's column.

    The problem is - how to do it!

    I am filling the information from a txt file.
    MomOf3CollegeStudentTooMuchToDoNeverEnoughTime

    Using VB6 Working Model Edition

  2. #2
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    Private Sub MSFlexGrid1_Click()
    MSFlexGrid1.Sort = 7
    End Sub
    Kurt Simons
    [I know I'm a hack but my clients don't!]

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