Consulting

Results 1 to 2 of 2

Thread: Solved: Return BookMark from Hierarchical Flexgrid

  1. #1
    VBAX Master stanl's Avatar
    Joined
    Jan 2005
    Posts
    1,141
    Location

    Solved: Return BookMark from Hierarchical Flexgrid

    I am developing a 'generic' ADO Recordset dialog (similar to a 'form' in Excel, but with additional features). On thought I had for a Locate Button was to pass the Recordset to a Hierarchical Flexgrid pop-up and let the user highlight the row to fill the main dialog with values. The common control DataGrid has a bookmark property, but this is lacking in Flexgrid. My question is then: "is there a workaround to set a bookmark to the appropriate row in the main dialog (behind the pop-up) based on the selected row in the pop-up."
    TIA - Stan

  2. #2
    VBAX Master stanl's Avatar
    Joined
    Jan 2005
    Posts
    1,141
    Location
    Kludged it. Used Flexgrid's Recordset property rather than the DataSource Property. Then oGrid.Recordset.AbsolutePosition = .rowsel seems to work.
    --- this can be marked as solved --- Stan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •