|
-
Nov 19th, 2001, 07:15 AM
#1
Thread Starter
Fanatic Member
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?
-
Nov 19th, 2001, 07:40 AM
#2
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.
-
Nov 19th, 2001, 08:47 AM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|