CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MSFlexgrid

  1. #1
    Guest

    MSFlexgrid

    Hi, I'm using the grid to display data and upon a double click event the grid will be sorted. The code is as follows:

    With MSFlexGrid1
    If (.MouseRow = 0 And .Col = 1) Or (.MouseRow = 0 And .Col) = 2 Then
    .Sort = 7
    Else
    End If
    End With

    I always get an empty first row with these commands. How do I eliminate the empty row?

    Thanks



  2. #2
    Guest

    Re: MSFlexgrid

    Hi
    first check the empty row in grid & delete it.

    Dhananjay


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