when all records are shown and I perform the search it works but when I already have a loaded foundset it reduces the foundset which I try to avoid with “loadAllRecords”.
irenem:
I try to make a search in a related tab panel.
When you do a search in a related tabpanel then you are in fact doing a search on your main foundset (it’s a related table, right?).
But when you do a loadAllRecords in your related tabpanel you are in fact removing the relation and that’s the reason you can do a normal search in there without influencing your main foundset.
I have removed the relation (now it is an unrelated tab) but the behavior is still the same. It seems to ignore that it has to reload all records first.
To be honest I have to say that it is a tab panel created with the SolutionModel. Could this be the problem?