1. Christopher Craft
  2. PowerBuilder
  3. Monday, 10 May 2021 19:06 PM UTC

I am starting to use the new chromium web browser in 2019 R3. I am looking for a solution where if our customers do not allow internet activity for their users that I can still display a local webpage. I would really like to have this content be served up by the database so it can display different pages by customer.

Has anyone done anything like this?

Thanks,

Chris Craft

Accepted Answer
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Monday, 10 May 2021 19:17 PM UTC
  2. PowerBuilder
  3. # Permalink

The documentation says it is supported: https://docs.appeon.com/pb2019r3/pbug/ch04s05.html

 

Comment
  1. Armeen Mazda @Appeon
  2. Monday, 10 May 2021 22:30 PM UTC
Glad to hear the EXE works correctly.

Did you run the PB IDE as admin by right-clicking on the shortcut and selecting "Run as administrator" option?

  1. Helpful
  1. Christopher Craft
  2. Tuesday, 11 May 2021 20:12 PM UTC
Running as Admin did not fix it.
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Tuesday, 11 May 2021 20:40 PM UTC
Strange. If you can reproduce also on another machine, I suggest opening a support ticket for this.
  1. Helpful
There are no comments made yet.
Bruce Armstrong Accepted Answer Pending Moderation
  1. Wednesday, 12 May 2021 00:35 AM UTC
  2. PowerBuilder
  3. # 1

Not specifically like that, but local files do work.  In the demo I did for Elevate 2020 I accessed local GIF, Flash (SWF) and even a C# file.

Comment
  1. Christopher Craft
  2. Thursday, 13 May 2021 16:29 PM UTC
Thanks Bruce. I will take a look at that.
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 10 May 2021 19:31 PM UTC
  2. PowerBuilder
  3. # 2

Hi Chris;

  For the HTML files(s) served up from the DBMS, how about using a SelectBLOB command to get the web page(s) back to the client PC, save them locally and then point the Web Browser control to these local files? On a new "navigate" event or destructor event of the WB control, delete the last local file(s) saved.

Food for thought.  HTH

Regards ... Chris

Comment
  1. Christopher Craft
  2. Tuesday, 11 May 2021 20:20 PM UTC
Good idea Chris. Thank you.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.