Hi,
I have two separate forms, each one with a grid. One of them in its AfterRowColChange does issue a Seek() on other's grid's table and makes that one refresh. So that while you choose between records in the active form, another is supposed to auto-update. It actually happens, and I can see the second grid scrolling into where according records should reside... except that the current record's marker does not auto-update unless I activate that form. So when a different page appears in the second grid, the marker is not there, or, if I want to switch between two records that are both visible at the same time, the marker stays on the one it was last time the form was active. Is there a way to make the transition between records in an inactive window fully visible?
Thanks.
I have two separate forms, each one with a grid. One of them in its AfterRowColChange does issue a Seek() on other's grid's table and makes that one refresh. So that while you choose between records in the active form, another is supposed to auto-update. It actually happens, and I can see the second grid scrolling into where according records should reside... except that the current record's marker does not auto-update unless I activate that form. So when a different page appears in the second grid, the marker is not there, or, if I want to switch between two records that are both visible at the same time, the marker stays on the one it was last time the form was active. Is there a way to make the transition between records in an inactive window fully visible?
Thanks.