Discussions tagged WebBrowser
user authentication using web browser control
- New
- How-to
- Last updated 5 days ago
- Kai Zhao @Appeon replied 4 days ago
Hi Team,
We have one application where we are using Microsoft Webrowser OLE. Using this OLE - we are opening third party URL which required user level authentication (it doesn't ask User Name and password prompt screen) while using OLE.
Duri...
Hello,I have a WebBrowser control. I need to intercept the Link that should be opened in another INTERNET Browser window on the Click event and open this Link in a new WebBrowser (in the PowerBuilder).
In the attached file, there is an HTML example ...
New Method: Drag and drop from Outlook via Webbrowser drag target
- Resolved
- How-to
- Last updated 1 month ago
- Jeff Kandt replied 3 weeks ago
We've been struggling, like a lot of people apparently, with providing the ability to drag messages and attachments from Outlook into our PowerBuilder app.
We had been using Dddll.dll from Catsoft, but that stopped working when Outlook went to 64-b...
postgres.new: In-browser Postgres with an AI interface
- Misc
- Last updated 3 months ago
- David Peace (Powersoft) replied 3 months ago
Hello,
Has anyone heard about this?
postgres.new: In-browser Postgres with an AI interface (supabase.com)
Charts looks interesting for me. If that could be used with the webbrowser inside powerbuilder ...
Well, your comments pl.
Happiness Alway...
From Ascential Test unable to pick the objects inside the Web browser control
- Resolved
- How-to
- Last updated 3 months ago
- John Fauss replied 1 month ago
HI All,
I am using PowerBuilder 2022 R3, DB Server is MSSQL Server 2019, TESTING Tool is Ascential Test
From Ascential Test unable to pick the objects (buttons, fields columns, headers...) inside the Web browser control
I have added to below c...
MicrosoftWebBrowser vs WebBrowser
- How-to
- Last updated 4 months ago
- Mark Goldsmith replied 4 months ago
Hello,
We go from MicrosoftWebBrowser (PB17) to WebBrowser (PB22).What will this code look like with new objects?
1. ls_value = ole_1.Object.Document.getElementByID('mmm').value
2. ole_ilink = ole_1.Object.Document.ActiveElement
3. ole_1.Object.D...
How to open a file from a network drive in webbrowser
- Resolved
- How-to
- Last updated 4 months ago
- Andreas Mykonios replied 4 months ago
Hello
Using PB 2022 R3 build 3356
I need to open a file ( pdf, jpg) from a network drive, which has NOT been mapped as a local drive. The file is selected by the end-user, whose path and name is obtained from GetFileOpenName command. The return...
Web Browser (WebView2) Cache or Cookie Storage
- How-to
- Last updated 5 months ago
- Chris Pollach @Appeon replied 5 months ago
Hi, we recently moved to PB 2022 R3 3356 from PB 2019 R3 and use the CEF browser.
There seem to be some difference in behavior between CEF and WebView2 in terms of caching.
We were previously able to set and see the CachePath information with CEF -...
Disable the statusbar of the webview2 webbrowser of PB 2022 R3
- Resolved
- How-to
- Last updated 6 months ago
- Kai Zhao @Appeon replied 6 months ago
Hi Folks
How to disable the statusbar in the left corner of the webview2 webbrowser of PB2022 R3 ?
I found
https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2settings.isstatusbarenabled?view=webview2-dotnet-1.0.2...
WebView Runtime warning popup message
- Resolved
- How-to
- Last updated 6 months ago
- Tim Ford replied 6 months ago
Is there anyway to suppress the "WebView runtime not installed" message when opening a window that has the WebBrowser control on it and the WebView2 Runtime does not exist?
We are currently transitioning from using old OLE controls for URL function...
Hi;
We have a window that contains a WebBrowser control. There are jquery and Kendo scripts on the page that are failing in the control. We get a message saying "JSON not found" and then several cascading errors. The scripts run fine if the page is ...
does the current (PB22R3) web browser control support websockets?
It would be really nice if there was a native control for this, or httpclient extended for this. I know about some 3rd party ones that support this (chilkat etc), but i assume i coul...
Response Window - Active Application
- Issue
- Last updated 8 months ago
- Kevin Ridley replied 8 months ago
Hello all fellow PB'ers,
Not sure how to title this question.
Using PowerBuilder 2022 R2 (Build 2828), we are seeing some weird error messages generated from our application (typically null object references) and I was curious if the following coul...
AppCrash event from PowerBuilder 2022r3 IDE (Microsoft Edge Webview2)
- Resolved
- Issue
- Last updated 8 months ago
- James Levin replied 8 months ago
I'm noticed that PowerBuilder IDE is logging "Windows Error Reporting" events for APPCRASH PB220.exe 22.2.0.3289 KERNELBASE.dll 10.0.17763.5328
The funny thing is that PB is not running, and it's still logging errors. It's logging several items ...
How to convert jpeg to pdf and wait until finished in calling script ?
- How-to
- Last updated 9 months ago
- Andreas Mykonios replied 9 months ago
Hi
I am developing functinality to convert .jpg to pdf using webbrowser to open the file and save as pdf.
The problem is make script creating the web browser windows wait until the browser is finished opening the file save the pdf.
the webbrowser ...
WebView2 Configure Tracking Prevention
- Resolved
- How-to
- Last updated 9 months ago
- Adam Narten replied 9 months ago
Hello,
I was wondering if the PowerBuilder WebBrowser using WebView2 might have a way to configure the setting for Tracking Prevention between Basic/Balanced/Strict?
The only configuration function available on the control seems to be the WebBrows...
when webBrowser Control (webview2) get fucus, it always focus on first html element
- Issue
- Last updated 9 months ago
- Kai Zhao @Appeon replied 9 months ago
I try to code hybrid app using pB2022 R3 + webBrowser Control (webview2). Normally, it is a sheet window contains a webBrowser control, and the webBrowser navigate to my webapp.
It functions well within the webBrowser. however, when lost focus of th...
window.webBrowser.postMessage() not work.
- Issue
- Last updated 9 months ago
- Andreas Mykonios replied 9 months ago
Dear All,
I am using Powerbuilder webBrowser control (webview2), and try to send message via javascript.
according the help, call ``window.webBrowser.postMessage('my message...');``, but not work.
Call out dev-console by [F12], and find that ``wi...
Template E-mail, WebBrowser control. PB2022 R2
- Resolved
- How-to
- Last updated 11 months ago
- Andreas Mykonios replied 11 months ago
Good morning,
I'm using a OLE Web Browser as a E-mail template, this email is a HTML page, and i can modify manu properties as the size, font, Bold, Italic, Underline, Align, etc.. of my Template.
Can i reproduce the same is the new WebBros...
How to clear the download history in browser control
- How-to
- Last updated 1 year ago
- Kai Zhao @Appeon replied 1 year ago
I have an application in Powerbuilder 2022 R2 and I need to clear the download history in the browser control before downloading a file. I looked through the documentation and I did not find a way to do this. Any help would be appreciated....
- Page :
- 1