PDF export function
DavidIDEA
Forums
Good morning everyone, I am trying to develop a script to export a file, but I get some messages like overwrite the existing file or adjust the columns of the pdf, I would like to know how I could add code to always select that If in the popups.
Thank you very much
hi DavidIDEA,
hi DavidIDEA,
You can add this line after the sub main line:
IgnoreWarning(True)
This will tell the script not to show any popups which is what you want.