Page 1 of 1
Report Pages *.pg
Posted: Mon Jun 25, 2018 3:14 pm
by Liewai25
[img]

- Untitled.png (19.06 KiB) Viewed 1793 times
After click the template we can choose open and select a report pages .pg format thing such as databand and add it into current template.
Is there anyway to do this using code? If there already articles that teach this Pls point me to it. Thanks in Advance.
Re: Report Pages *.pg
Posted: Mon Jun 25, 2018 4:18 pm
by HighAley
Hello.
The Open and Load methods are available for a StiPage component.
Here is where you can call this method:
But a you sure that you need it. The dictionary is non saved in this case.
Thank you.
Re: Report Pages *.pg
Posted: Tue Jun 26, 2018 2:08 am
by Liewai25
Sorry for the dump questions but if I use that code all the components that exist in the page will be ovwrwrited. But if I do it using the above picture way . It will not overwrite the existing components and add what contain inside the report pages.
Re: Report Pages *.pg
Posted: Tue Jun 26, 2018 4:05 pm
by HighAley
Hello.
Than add a new page and load the page content to it from a file.
Thank you.