Hello friends,
Problem: How to maintain the same active row on 4 grids (1 each on 4 pages of a pageframe).
I have a 4-page Pageframe on a Form. Each page has a similar grid bound to the same table (TEMPDATA). Each page-grid displays a different set of fields from the table. When the active row is moved by the user, I need the active row to follow in each of the other 3 grids -- and it must also remain in the visible display of the other grids. To complicate matters one of the grids (#4) has rows of greater height than the others. I.e. whereas most of the grids display about 25 rows, grid #4 shows only about 8.
The highlighting of the active row is no problem using a custom property (nCurrentRecNo) and the SETALL() method. The problem is geting the active row to remain visible and (preferably) at the same position from page-grid to page-grid. Unfortunately the ActiveRow property is ReadOnly. So how can this be done?
TIA
Problem: How to maintain the same active row on 4 grids (1 each on 4 pages of a pageframe).
I have a 4-page Pageframe on a Form. Each page has a similar grid bound to the same table (TEMPDATA). Each page-grid displays a different set of fields from the table. When the active row is moved by the user, I need the active row to follow in each of the other 3 grids -- and it must also remain in the visible display of the other grids. To complicate matters one of the grids (#4) has rows of greater height than the others. I.e. whereas most of the grids display about 25 rows, grid #4 shows only about 8.
The highlighting of the active row is no problem using a custom property (nCurrentRecNo) and the SETALL() method. The problem is geting the active row to remain visible and (preferably) at the same position from page-grid to page-grid. Unfortunately the ActiveRow property is ReadOnly. So how can this be done?
TIA