aqFile.Open (Just open it, Please)
Hi,
I'm trying to just open a file on a network drive. The Utilities.FileOpen(FileName, Mode) functions are now 'obsolete' I'm guessing because they worked. I'm trying to open a .pdf, it is just an Adobe report generated from a web application. If I open the report in the web application TC does not see the Adobe application running and the script is VERY slow. I'm thinking if I do a 'save as' and save the report and then open it - TC does see the Adobe application in the object browser. I'm hoping this method will be faster. The line of code below runs just fine and does nothing. The .pdf is NOT opened and no errors are reported.
aqFile.OpenBinaryFile("z:\\testing\\SD12345.pdf", 11);
My (what I think should be simple and easy) question is how do I get TC to open a simple .pdf file? I can't believe the help is so convoluted and is helpless.
TC = 11.20.1491.7
Script = .sj
Browser = IE 11
Thanks for any pointers.
BMD