Overblog
Editer l'article Suivre ce blog Administration + Créer mon blog
http://zhvmgt.over-blog.com/

zhvmgt.over-blog.com/

Powerbuilder Ole Control Microsoft Web Browser



Using the Microsoft Web Browser Control in PowerBuilder
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? -- John Girt John Girt & Associates (425)562-4205 (206)399-4977 John@Girt.NET Try this link. http://www.sybase.com/content/1001546/content.htm '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? ..
How to Use the Microsoft Web Browser Control in PowerBuilder?
I can not find the Microsoft Web Browser Control in PowerBuilder panel! The Microsoft web browser is actually an OLE control. On your window, click OLE control. Select Microsoft Web Browser from the Insert Control Tab. - Joe Slawsky (NOSPAMFORME_jslawsky@planetdx.com) www.planetdx.com But I can not find the MS WebBrowser control in ole dialog. I use pb 7.0.3 build10135,in win2000/IE6. and when I clicked the tab 'insert control', pb crashed because of 'out of memory', it says insufficient memory to continue. Strange. The Insert Control is the place to fin..
Using the Microsoft Web Browser Control in PowerBuilder #2
http://techinfo.sybase.com/css/techinfo.nsf/DocID/ID=47945 Technical Doc #47945 refers to a sample application in the Powerbuilder Samples Download Library that covers this topic. This attachment does not exist and the Sybase web master says its not his problem. Does anyone have this attachment, which they said was called browse70.pbl, or another example. Thanks You should forward the webmaster's comments to Sybase; this is yet another indication of their customer support problems. 'Russ Fleming' wrote in message news:yB..
Powerbuilder ole web browser
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: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1070374&SiteID=1 I can't see any easy fix from PB but see for yourself. The article points to ..
Microsoft Web Browser Control
--------------923A883390115A9023C45E09 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello Everyone, I am running PB 5.0. I have a Microsoft Web Browser Control in a window. I want to display the browser's menu bar in the control. I am calling the function MenuBar() as: ole_1.Object.Menubar(True) It gives me following error message: Application Terminated. Error: Error calling external object function menubar at line 1 in clicked event of object cb_menu of w_test. When I use Menubar property as: ole_1.Object.Menubar = True it doe..
microsoft web browser control
when opening a pdf file inside a web browser control, how do i sense the page is done downloading the document? the documentcomplete event is firing even before the pdf is done downloading. I need to print the generated pdf and for that how do i go aobut determinging when the document is ready to print? pb wrote: > when opening a pdf file inside a web browser control, how do > i sense the page is done downloading the document? the > documentcomplete event is firing even before the pdf is done > downloading. I need to print the generated pdf and for that > how do i go..
Doc on Microsoft Web Browser Control?
I'm trying to embed browser into my application. I want to use not only just Navigate, GoBack.. but also other functions and manipulate web pages, but I can not find the document on that control. Anybody knows where to find the detailed document? Thank you. Does anyone know how to read the html page in the Microsoft WebBrowser control? I need to read info included in a page's tables. Thank you. How to get the string variable you mentioned? I tried ole_1.object.html, but that doen't work. And if there is some document listing all the attributes, that will be ..
Microsoft web browser control #2
Is anyone else had success with the Microsoft Web Browser Control in PB? I can't use the function that web browser provided...it always show the external function error when running the application. Is there any way to solve it? Thanks LAN ivylan@hkstar.com ..
Using the Microsoft Chart Controls in PowerBuilder
Hello, Bruce, I am having issues trying to get the demo working. Specifically, the demo crashes trying to call u_chart.of_set_data(xml) with a generic error of: 'error calling external object function ..'. I know that the XML data is fine so its not that. I compiled the InteropGraph project and have the InteropGraph.dll located in the root folder. I can see the outline of a graph (and series 1) when looking at the layout view of u_chart and it is recognized as InteropGraph.InteropUserControl. Any ideas what I am doing wrong or did not do? Thanks in advance. Using..
PowerBuilder PSR formats in a Web Browser
This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C0AAE7.CF9241D0 Content-Type: text/plain; charset='iso-8859-1' Content-Transfer-Encoding: quoted-printable We use the Powerbuilder PSR format to distribute reports. We have a very = simple PB app that is installed on our client systems to makes viewing = the PSR file possible. What we'd like to accomplish is making the PSR = files available on the Web and allow for viewing the PSR from within the = Web Browser. Much like the why an Adobe PDF file is viewable from within = a Web Browser. Fir..
Ole Microsoft Web Browser Control
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). Idea? On 19 avr, 15:05, JarJar wrote: > 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). > > Idea? My HTML is received in STRING Try getting the document object, then writing the HTML. lole_Document = OLE.object.Document // HTML/DHTML DOM lole_Document.write(ls_MyHtml) might have to navigate to..
Controlling a Web Browser Control
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..
PowerBuilder Bugs: Using VB ActiveX control (OCX) in PowerBuilder 6.0
I'm going to write some VB ActiveX control (using Microsoft VB6.0 SP3) to be used in PowerBuiler 6.5, but I found that it's very easy to crash in PowerBuilder, Here is the test case: 1) Create a very simple VB ActiveX control (only one button without any script) in Visual Basic 2) Create a PB project to open a Main Window (w_1) with an ole object of VB ActiveX control 3) Open another Window (w_2) with an ole object of VB ActiveX control (can be same as previous or other control) 4) Click the OLE object in w_2 to make it get focus 5) Close w_2 -> it will crashed If ..
PowerBuilder and Microsoft Word and Excel Worksheet Controls
Hi, Is it possible to hide the Word and Excel menu items (Edit, View, Insert, etc) on a window with a userobject that has the Microsoft Word and Excel Worksheet Controls? I managed to get rid of the buttons using this code: If IsValid(aole_control) Then For li_i = 1 To li_menus aole_control.Object.CommandBars[li_i].Enabled = False Next End If where aole_control is the word or excel ole control and li_menus is set to the number of menus for either word or excel. I've done a lot of searching and found: Application.CommandBars('Tools').controls(&quo..
Cant find Microsoft.Web.UI.dll & Microsoft.Web.UI.Controls.dll
Hi This may be simple but I just can't find Cant find Microsoft.Web.UI.dll & Microsoft.Web.UI.Controls.dll. Would really appreciate if anyone can share a link for downloading these two. Im actually trying to replicate steps in this article http://www.codeproject.com/Ajax/AtlasDragNDrop.asp Thanks Vishal Khanna Vishal Khanna.NET Interviews & FAQs @ www.dotnetUncle.comClick Mark as Answer if the reply helped you. Hi moredotnet, moredotnet: This may be simple but I just can't find Cant find Microsoft.Web.UI.dll & Microsoft.Web.UI.C..
Microsoft Web Browser Control and Setting header/footer
I am using Microsoft WebBrowser Custom OLE Control to display HTML reports in PowerBuilder environment. The report itself is stored in Oracle database in a BLOB column. I want to set the customized header and footer of the printed HTML report. The control uses the header/footer settings from Pagesetup in IE. To workaround this problem, I am changing the registry settings for header/footer for IE pagesetup before printing the HTML report using OLEcontrol. After printing the report, I am resetting the IE Pagesetup settings for header/footer. There is direct support for setting header/footer ..
Web control in web control
Hi,There are two simple web user controls A and B, where B contains A. They just display the bunch of text boxes, so I do not need them even in tool pane. They sit in the same project next to web form.I noticed that web user control put on ASPX page does not appear in code behind, but if I create it with protected keyword and name being exactly the same as id it works fine. I can access such a web control from code behind and see the value assigned in IE. The problem is that the same routine does work for my A web control in B. When I assign the value IE, I keep getting null reference. ..
Powerbuilder to the web?
Hi, Is it possible to create a web application just using the new 'web enabled' facilities in Powerbuilder 7? If so is it very difficult or are other Sybase products such as Powersite needed to accomplish this? Thanks Jason --- Posted via the PFCGuide Web Newsreader --- http://www.pfcguide.com/_newsgroups/group_list.asp It is possible to create web apps with the web-enabled features of PB, and no, PowerSite is not required. What is required is a dynamic page server (like PowerDynamo or ASP) and a component transaction server (like Jaguar). To get a real-world, sca..
Powerbuilder Web
Ok.. hoping someone can shed some insight in what their take on this might be: We currently have a PowerBuilder application which is client driven with an Oracle back end (2 tier). Our company wants to move all applications to intranet based (including ours). They currently use Websphere for development. So, given that situation - what would be the best way to proceed? I was thinking, Powerbuilder has a robust gui interface (i.e. datawindows etc.) that, in my opinion, far surpass other development tools. Given this, I thought that maybe, with the release of PowerBuilde..
How t o apply filter in microsoft Web Browser control
hi i am using PB 8.0.4. in my application i have a OLE control of type microsoft Web Browser control, where i am showing the contains of a folder by using Navigate function. My question is in here in the control I am getting all the file and folder names. but if i want to display only the bitmap files (.bmp, .jpg). then how i can impliment this. plz help me. thanks in advance. --- Posted via the PFCGuide Web Newsreader --- http://www.pfcguide.com/_newsgroups/group_list.asp That is a very interesting use of the webbrowser control. I tried ti myself and putting *.bmp o..
access to 'Microsoft Web Browser Control' properties
I have added an OleControl (Microsoft Web Browser Control) to a PowerBuilder application. I don't know how to access to its properties. For example, if the control is called ole_browser, I want to know the ole_brower.object attributes. One thing I want to know is how to change page footer and header for printing the browser with the execWb function (with PowerBuilder code). Try the 'components' tab on the system tree under Active X Controls / Controls / Microsoft Web Browser Although I generally prefer to just reference the control in the VBA browser in one of t..
Microsoft to Powerbuilder
Does anyone know how to represent the following in powerbuilder? Used in Excel macro in the Workbooks.OpenText function.. Array(Array(1, 1), Array(2, 1), Array(3, 1)) Thank you very much for any help, Figured it out - just a standard 2 dim array.. 'JHP' wrote in message news:46bb1fb7@forums-1-dub.. > Does anyone know how to represent the following in powerbuilder? > > Used in Excel macro in the Workbooks.OpenText function.. > > Array(Array(1, 1), Array(2, 1), Array(3, 1)) > > Thank you very much for any hel..
The Web and Powerbuilder
Ok, I know this question may have been asked a thousand times but I hope to get some help from all of you who either have done this or perhaps from Sybase. We have PB 6.0 Application built 2-tier of course with an Oracle 7.3 backend. It has over two hundred concurrent users with a possible 1000 users. This is a parts and bill of materials tracking application for engineers. They would like to make this a web (intranet) application. It has to follow a company development standards policy that says it should be platform independent and CORBA compliant. They do not wish to do dcom or co..

Powerbuilder Ole Control Microsoft Web Browser Windows 7

Web

Powerbuilder Ole Control Microsoft Web Browser Windows 10

Syntax 1 For windows. An OLEStorage object variable, saving the object and clearing connections between it and a storage file or object. Syntax 2 For OLEStorage objects. Orcad free full version with crack. A stream associated with the specified OLEStream object variable. Syntax 3 For OLEStream objects. A trace file. Syntax 4 For trace files. Microsoft Web Browser Control Issue: We Upgraded to PB 2017 R3(1858) recently. Ever since we deployed our application using PB2017, there has been intermittent issues with respect to the way how the MS Web Browser Control displays the site. We do have the FEATUREBROWSEREMULATION set to 8888. This issue is mostly seen on Win10. Yandere sim for mac 2018. The Activex control. May 11, 2019.





Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article