loadRecords(relationName)

After doing a find I’m attempting to design a method which will load all records that satisfy a particular relationship – global field to regular field.

controller.loadAllRecords(); // does indeed show all
controller.loadRecords(gseven_id$to_security); // reloads the find
controller.show();

Instead of presenting ALL the valid records of the set Servoy is presenting just the results of the previous find. Relationship is the global field gseven_id to field seven_id on the security table.

what do you mean servoy is preseting just the result of the previous find? What find?

I see you do a loadAllRecors() this will show you all data.
then you are showing only the related foundset based on a global.

That should work just fine.

what does gseven_id$to_secoryti.getMaxRecordIndex() give you?