Hi Guys,
Can someone explain the difference of loading a record from controller from loading a record from a foundset?
I was debugging a module in where data are selected from a pop-up form, upon close of the pop-up the data will be populated on the main form. I was doing the forms.[formName].foundset.loadRecords(id) but some fields on the main form are not populated.
Recently, I tried forms.[formName].controller.loadRecords(id) and it worked it.
I was hoping someone can tell me whats the diffence from the 2 approach.
Thanks