Hello all...
We have created a composite report and used the SaveAs NativePDF! method.
What we noticed in the PDF Document Properties is that the Title is DataWindow.
Does anyone know if we can change that at the time we do the SaveAs?
Hello all...
We have created a composite report and used the SaveAs NativePDF! method.
What we noticed in the PDF Document Properties is that the Title is DataWindow.
Does anyone know if we can change that at the time we do the SaveAs?
You can also change that property in script:
lds_categories.Modify("DataWindow.Print.DocumentName='Categories'")
Using the NativePDF method in the new version, if the property value content of DataWindow.Print.DocumentName is null, then the title of the exported PDF file will be null as well and there won't be a Datawindow default value as it did previously.
If you have set this property, then it still follows the previous logic that the exported PDF file will have a corresponding value as its title.
Good news that PowerBuilder 2019 R3 GA (build 2670) is available for download. The issue you reported has been fixed in this release. Please download and install it to verify the issue you reported and let us know if any problems. You can get the installer from our Downloads portal at https://account.appeon.com/download/2019 (login required).
We welcome all feedback from you!
Regards,