showrecords - other form

Breaking my head (and nerves…):

when I choose showrecords(relationship) from table a to b, I get the related records. When I switch to another form of the same table, I have another found set.

Must be simple, but I can’t figure it out.

Anyone (please!)

tia
Stef

No Stef,
when you do ShowRecords (or loadRecords) YOU, are setting the foundset yourself!. You loose than the functionality that foundset’s are shared between forms from the same table.

Johan, has explained this, not a long time ago, on the forum.
Can’t find the topic right now!

So when you want to share the foundset between forms, you always have to take the foundset with you, with showRecords(foundset) or loadRecords(foundset) and than: controller.show()

Thanks, I can do it that way.

But a function to load the records definitely in the found set without switching forms would be nice.