Looking to find a way to access our applications help files without having to user a fileserver, download or copy them to a users PC/Laptop. What I have tried so far.. created custom visual ole and used the Microsoft browser option. Works fine inside our firewall (network) but when running the app outside the firewall it can't find the files. Any idea on how I can render help files which will live on the web server.
Environment: PB2017, Powerserver 2017, web server is IIS
Last option would be to have a URL pointing to the help files and expose it to the internet but would prefer to avoid that if I can.
Thanks
Dave V.
The only other suggestion I would have for you is to place your Help file(s) in your DB. Then use a SelectBlob command in your PB App to access them when they are required.