Flavors of controller.loadRecords()
controller.loadRecords() method is used to load records to a form’s foundset. This TIP will make you familiar with different flavors/ways of loading records by using controller.loadRecords() method. controller.loadRecords() can be used in Three different flavors/ways. The syntax of the method is : controller.loadRecords([foundset/pkdataset/query], ) You can load records to the foundset by passing a foundset(must…
read more