Results 1 to 6 of 6

Thread: Sort problem with MSHFlexgrid [Resolved]

Threaded View

  1. #1

    Thread Starter
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Resolved Sort problem with MSHFlexgrid [Resolved]

    I get an runtime error "Method 'Sort' of IMSHFlexgid failed" using the following code. I have used this in another project and it worked there. What am I missing here?

    Code:
            .SelectionMode = flexSelectionByColumn
            .Col = 0
            .ColSel = 0
            .Row = 1
            .RowSel = .Rows - 1
            .Sort = flexSortStringAscending
    Last edited by randem; Jan 11th, 2005 at 03:17 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