Hi Everyone,
I'm Using NAV 2016, I'm working on Generating QRCode using Automation variables and I'm getting an error message (Cannot create an instance of an Automation Server with CLSID = {011ADF8D-8D74-4CA8-914B-059AA6EB5F7C}.) while running the Report.
Code::
IF ISCLEAR(QRCode) THEN BEGIN
CREATE(QRCode,FALSE,TRUE);
END;
Text__:='QRCode to Encode';
QR_CodeText:=QRCode.Encode(Text__);
I have taken reference from "www.barcode-soft.com/dynamics-nav-barcode.aspx"
Please help me to Resolve this problem. Thanks in advance.
*This post is locked for comments