Powerbuilder Ole Control Microsoft Web Browser

Posted on

Ċ Advanced-StaticText.pbl An Advanced StaticText control (UPDATED) with an embeded Timing object that animates the control in a variety of styles: Bold, Blink, Scroll, Fill, TextColor, BackColor, Underline, Italic, Borders, HyperLink, Goto( URL ), Animations, Zoom-effects, Sounds/Tones/Tunes, Start, Stop. You're gonna LOVE this!! Refer to the follow-up message #1602 posted with details on the usage of this utility. A FREE utility - use it at your own RISK. Shekar 170k v.

Jun 14, 2018 - This program shows how to use the Microsoft web browser control. Click here to download the PowerBuilder sample: WEBBROWSER.ZIP.

5 Apr 24, 2010, 2:11 PM Shekar Reddy. Ċ PB8-HoverFlatHyperlinkPictureButton.zip Based on hover object from schtoo.com. However, I have enhanced it to look like a modern control with slightly raised border (2.5D?) instead of 3D.

Added features such as Caption, Executable, Default, Cancel, Help, Picture, HoverPicture, PushPicture, Invert, Border, Color, Default Text/Pointers, Hyperlink, Link colors, INDIRECT keyword, Shared vars for a 'consistent' look-n-feel. See: ReadMe.txt or surf to message # 15877.

Microsoft Web Browser Crossword

This tool is offered for FREE even for use in commercial applications. Use it at your own risk and give due credit to the creators/contributors.

Shekar 54k v. 5 Apr 24, 2010, 1:33 PM Shekar Reddy ĉ PB8-PowerBuilder-SystemHierarchy.doc PowerBuilder 8 System Hierarchy - Print it and Paste it in you Cubicle!! Want PB6-PowerBuilder-SystemHierarchy.doc?

Surf to: 119k v. 5 Apr 24, 2010, 1:33 PM Shekar Reddy.

I am trying to integrate a web browser in a mouse-less application, using IE 4, service pack 2, and PB 503. We use function keys instead of the mouse clicks. I want to be able to capture the escape key if the focus is accidentally placed inside the browser ole object.

I have been able to map the function keys to an invisible menu as shortcut keys, but there is no shortcut key for 'escape'. It is pretty important to us to be able to capture the escape key, as it is the consistent close-window key throughout the application. Also, I have found that before focus is lost to the ole control, the user cannot scroll with the scroll keys or pageup/pagedown keys. I've tried just about everything I can think of, and trying to find this info on microsoft's site is nearly impossible. Thanks for your help. I insert a web browser control in my PB window, and I place a command button named 'New Browser' in order to open a new browser window, I set the code for clicked event of the command button as follows: oleobject lobbrowser boolean lbcancel = True ole1.Event newwindow2(lobbrowser, lbcancel ) the result is NO any window was opened. What is the problem?

In addition, How can I obtain the current URL when the browser is navigating? Thanks a lot.

Im using the MS Web Browser Ole Control in PB 7.02 and wrote a web browser for our users. We restrict what websites a user can go to by having it connected to a DB.

In the DB is a list of sites they can go to. I was able to get all this working but my problem is that the user can just hit CONTROL+N and this will open up the normal IE program in a new window.

Then the user can just go wherever they want to. I need a way to prevent CONTROL+N from opening IE. I have tried using pbmsyskeydown but it never gets called. You need to be able to respond to IE. Ok I put one of these microsoft we browser controls on a window how do I use it?

Is there anywhere where I can read up on this? Warren Take a look at Note: the demo app is PFC-based, so you'll need to add the PFC PBLs to the library list before you can run it.

That said, the demo can be ported to native PB very easilly. Roy Kiesler TeamSybase SDN CodeXchange - 'Warren Harris' wrote in message news. Powerbuilder 10.2 / PB 11.1 Open a website with the ole webbrowser work fine. Except that I can not select from a drop down. Does not matter what website i open, it simply does not work.

Using and to scroll to the correct field and pressing works fine. Is this normal behaviour? Thanks Eric This seems to be to do with IE7. There is a discussion here: I can't see any easy fix from PB but see for yourself.

The article points to. I have a window with the Web Browser ole object in it. I'd like to close that window based on action taken within the Web page, without getting the IE message: 'The web page you are viewing is trying to close the window.

Do you want to close the window?' Is there a way around that? Thanks in advance. AFAIK, not - the emssage is displayed by IE, not PB, and unless there is a global IE setting (which I am not aware of) to suppress this behavior, you're out of luck here.

Roy Kiesler TeamSybase SDN CodeXchange - Everyone, Not getting argument values in the BeforeNavigate2 or NavigateComplete2 events when the ole control is embedded on a window during runtime executable. Get the arguments running within development, but not at runtime.

Using PB 7.03 build 10312. Noticed after some research, this is an on-again/off-again things with certain builds. Willing to migrate to any version of PB that this is working. Please let me know, ASAP.

Email jsmitchell@kforce.com and or respond to the group. Thanks, Scott 'some dude' Roy Kiesler TeamSybase MySybase - 'dun' wro.

Hi, i would like open a html page in my DW. No problem with OLE.object.navigate(URL) but my HTML is returned in STRING (Webservice). On 19 avr, 15:05, JarJar wrote: Hii would like open a html page in my DW. No problem with OLE.object.navigate(URL) but my HTML is returned in STRING (Webservice).

My HTML is received in STRING Try getting the document object, then writing the HTML. LoleDocument = OLE.object.Document // HTML/DHTML DOM loleDocument.write(lsMyHtml) might have to navigate to. Greetings, I have developed an application using the Microsoft Web Browser Control in PowerBuilder 6.5. I followed the example from Sybase Technotes at I am using the ole1.object.Navigate( url ) method to get to the desired site, but the site is loaded, I want to get elements off the resulting window or to just get the source of the web page. I can parse out the results I am looking for.

I have reviewed the Microsoft Web Browser Control documentation at but have been un. I'm trying to do automated web research through a Powerbuilder front- end. I would like to use a browser control on a window in my application and programmatically navigate to a URL. I want to then programmatically parse the html that is returned, process it, and then perform actions on the web page in the browser based on what I find. For example, I want the program to enter some parameters into a search page and then hit the Start Search button on the webpage. Or example #2: the search results come back as a list of names, each with a radio button next to it.

I want to prog. I found the subject tech note on Sybase site. It refers to a sample application BROWSE70.PBL but does not indicate where it can be found.

Microsoft edge download

Microsoft Edge Download

John Girt John Girt & Associates (425)562-4205 (206)399-4977 John@Girt.NET Try this link. 'John Girt' wrote in message news:waz#MAJwBHA.309@forums.sybase.com. I found the subject tech note on Sybase site. It refers to a sample application BROWSE70.PBL but does not indicate where it can be found. Any ideas?.