Hi,
I have the requirement to open a page with AL, which is based on a temp. table.
I tried the following code:
----------------------------------------------------------------------
PageUserGroups.SetTableView(TempTab);
PageUserGroups.Caption('My Caption');
PageUserGroups.Editable(false);
Unfortunatelly, this code does not work, the page does not show the records of the temp table.
To open the page with the code does work, but it is not an option since I need to modify the caption of the page and fields after opening:
Page.run(Page::"MyPage",TempTab);
Any help is appreciated.
Michael
*This post is locked for comments