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.