one of the tabs shows a detail view of the Table A data and is hooked into the tab panel as relationless
Now the problem. When I show the form I manually load a foundset into it. I also load that foundset into the form of the unrelated tab. Now I have a problem when browsing through records. The data in the “main form” (the one with the tab panel) is correctly walked through, but the data in the unrelated form in the tab stays on the first record. How can this be prevented/overcome?
if you are realy setting both forms to the same foundset and both are not using seperate foundset feature. Then setting the selection on one should also move the selection of the other.
just made a simple test, with 2 forms build on the same table with the same foundset. One shown unrelated in the other. And where i changed the selection (a or b) the other also changed. So somehow you really don’t have the same foundset in the unrelated as you have in the main form.
If you could give an example then i can look whats going wrong.