Results 1 to 4 of 4

Thread: Retrieve Values from a Hierarchical FlexGrid

  1. #1

    Thread Starter
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531

    Retrieve Values from a Hierarchical FlexGrid

    Hello all;

    For the first time, I am exploring the Hierarchical flexgrid control. Much to my surprise, I have not yet found a way to retrive values from a row when the user clicks on a given cell. Also, is there a way to prevent the user from selecting multiple rows? Thanks,

    DA
    "Knowledge is gained when different people look at the same information in different ways"

    - Louis Pasteur

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,173
    If fg is the name of your flexgrid,

    MsgBox fg.TextMatrix(fg.Row, fg.Col)

    OR

    MsgBox fg.TextMatrix(fg.MouseRow, fg.MouseCol)


    in the fg_click() event.

  3. #3

    Thread Starter
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531

    [Resolved]

    Beauty!! Thanks much friend, cheers
    "Knowledge is gained when different people look at the same information in different ways"

    - Louis Pasteur

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,173
    YW

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