Capricornus
4 years agoContributor
Error log despite try... catch operation
Hi everybody,
maybe somebody can help me with my issue: Despite of using a try... catch... operation I get an error logged when the try operation fails:
try {
adobeReader.dlgPrint.cmbPrinter.ClickItem("Microsoft Print To PDF");
} catch (ex) {
adobeReader.dlgPrint.cmbPrinter.ClickItem("Amyuni PDF Suite");
}
The item "Microsoft Print To PDF" does not exist and so TC should select "Amyuni PDF Suite". It has worked previously; one thing I remember I have changed was to add an event handler for log warnings (not errors). Could it depend on this?
Thanks in advance 🙂
please create a support ticket.
our customer care team should reach out shortly with a patch that will make that work for you