openReport does not open Report
See original GitHub issue> backstop openReport
BackstopJS CWD: /my-path
BackstopJS loading config: /my-path/backstop.json
COMMAND | Executing core for `openReport`
openReport | Opening report.
openReport | An error occured while opening report in the default browser.
COMMAND | Command `openReport` sucessfully executed
So nothing happens, no Browser opens - despite which I set as default.
- MBP with macOS 10.12
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:30 (25 by maintainers)
Top Results From Across the Web
Report doesn't open, cannot view - MSDN - Microsoft
Using access 2010 64. The report has 3 different linked reports and it it is supposed to open in print preview. On one...
Read more >ms access - problems with DoCmd.OpenReport - Stack Overflow
I have a button on a form that opens a report. The report open as it should whenever there is data ...
Read more >WebDocumentViewer not able to open report
You are calling the OpenReport method from JavaScript code. It is not possible to get an XtraReport object in JavaScript, so using a...
Read more >docmd.openreport not opening - Microsoft: Access Reports
Hi, I have an issue with Access that I've been trying to figure out but can't seem to get fixed. On one of...
Read more >The 'OpenReport' Action Was Canceled - No Longer Set
You can then cancel the opening of the report, to avoid the confusion ... Boolean that indicates whether the report was able to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Primajin – I pushed the html report enhancement yesterday to master
you should now be able to openReport regardless of the
report
config setting. Feel free to check it. Thanks.I will take a look at that logic – it should have been backward compatible… and perhaps we should always generate the HTML report and just use the
"browser"
flag to auto-open the browser (because that can be annoying when you don’t want it.)