I've created a Page and SubForm (PageType = ListPart) that are intended to become a dialog to get info from the user, so both are driven by temporary tables. I've created a procedure inside both the main page and the subform called SetValues.
From a codeunit I pass the data for both the page and the subform to the SetValues procedure in the main page. It then passes on the relevant temporary data to the SetValues procedure in the subform. At the moment I'm passing 3 records to the subform via the main page, but only one of the records is showing. I've debugged through to the SetValues procedure in the subform and the count is equal to 3. Why am I not seeing all 3 records in the table at the bottom of the page?