Results 1 to 2 of 2

Thread: Decending Data in HFlexgrid

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Posts
    1

    Question

    Hello!

    I created my own procedure in data environment with connection to my database.
    So I also add a HFlexgrid inside the program and the data can display out but I want the data display in decending order. So what I suppost to do??

    Regards
    SHaRON GON

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    16
    Once you have filled the FlexGrid with the data then you can sort the FlexGrid using the sort command, e.g.

    flxData.Sort = flexSortNumericDescending

    This will sort the data if the data is numeric. For other constants check out the MSDN disk for MSHFlexGrid Properties..Sort

    Hope this helps.

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