Results 1 to 3 of 3

Thread: Syncro two grid

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Santo Domingo,D.N., Dom. Rep.
    Posts
    707

    Talking Syncro two grid

    Suppose you have 2 grid, boths have to have the same number of records, as soon you click on one record in grid1, grid2 have to move to that record.

    if this possible?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    If the records in both grids are not only identical, but also loaded in the exact same order, then setting the row/col of grid 2 to match the row/col of grid one should be easy. Remember that in order for the cursor to pop to the appropriate record in grid 2, grid 2 has to have focus set to it immediately after the click on grid 1.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Santo Domingo,D.N., Dom. Rep.
    Posts
    707
    Both grids have the same code, i mean: Grid1 has the client code and grid2 too, there are order by client code. This means, if you 4 records on grid1 grid2 also have the same records.

    P.D: I try to set the focus, but i got an error.

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