Home > Net >  Problem printing a web Browser in MS Access Form, displaying a QR code
Problem printing a web Browser in MS Access Form, displaying a QR code

Time:01-25

I use a WebBrowser within a MS Access Form. The WepBrowser is displaying a QR code using chart.googleapis. The “Display when” property is set to “Always”. When I try to Print the form, or via the print preview, the QR Code is not visible. One solution would be to display somehow the URL image to an “Image” element, but this would require to download the picture from the URL. The same Access runs in multiple PC so I would have to customize paths, etc. Any suggestion?

CodePudding user response:

You can use my function UrlContent in a query as found in my project enter image description here

  •  Tags:  
  • Related