Wiki Page: How can an Assembler Macro be mapped to a call statement in...
Problem How can an Assembler Macro be mapped to a call statement in Enterprise Analyzer using Architecture Modeller? Resolution Architect Modeller (AM) is the utility that has been provided with...
View ArticleWiki Page: VisiBroker localaddr file FAQ
Problem: VisiBroker localaddr file FAQ Resolution: Information in this Brief applies to: Visibroker (versions 3 to 8.5) All Supported Platforms Overview This article contains frequently asked...
View ArticleForum Post: Callback function in Visual COBOL .NET
Hello, I´m trying to implement in Visual COBOL the following code (C#): report.Render("Image", deviceInfo, CreateStream , out warnings); CreateStream is not a dataitem but a function call... that is,...
View ArticleForum Post: RE: Callback function in Visual COBOL .NET
Hi jcamacho, I think you need to make two changes: 1) the parameters in CreateStreamCallBack need to be BY VALUE, so: method-id CreateStreamCallBack. procedure division USING BY VALUE nombre as...
View ArticleForum Post: Accessing XML Files In WinForms App
Hi could anyone point me in the right direction as I'm trying to read an XML document into a Windows Forms application with little success? I currently have the following code (which gives compilation...
View ArticleForum Post: RE: Callback function in Visual COBOL .NET
I made the changes you suggested but it now shows me the following error: Could not find method "Render" with this Signature. See attached file.
View ArticleForum Post: RE: Callback function in Visual COBOL .NET
It's difficult to say why it's failing without seeing the whole application. Is the Render method (in type LocalReport) declared with BY VALUE parameters?
View ArticleForum Post: RE: Accessing XML Files In WinForms App
Hi Nigel, I think the problem is that Element, Text and EndElement are not instance members and therefore cannot be accessed via the instance nodetype. Try something like: perform until...
View ArticleForum Post: CurrentStyle properties not returned in FireFox and Chrome
I am trying to verify a text style "line-through" with SilkTest Classic. In Internet Explorer I can use the following step and it will return the value of "line-through": string stextstyle =...
View ArticleForum Post: RE: CurrentStyle properties not returned in FireFox and Chrome
Hi Karen, The following should work for Chrome and Firefox: string stextstyle = Find(sNameLocator).GetProperty("currentStyle:text-decoration") The above should also work for IE9 or later. Let me know...
View ArticleForum Post: RE: CurrentStyle properties not returned in FireFox and Chrome
Tried that one too. Works in IE but not the others.
View ArticleForum Post: RE: CurrentStyle properties not returned in FireFox and Chrome
Works in IE 9 and 10. I am using Firefox 24 and Chrome 33. SilkTest 15 HF1
View ArticleForum Post: RE: CurrentStyle properties not returned in FireFox and Chrome
Hi Karen, I tested retrieving this property against this page and had no issues in IE10 and FF26 using SilkTest 15.0 Update 1 HF1. Do you get the same results if you use the example page above? -Robert
View ArticleForum Post: RE: CurrentStyle properties not returned in FireFox and Chrome
ok - this does work for me with your page. So I think the difference may be that the application uses the style through JavaScript where yours is HTML. So maybe that is the issue?
View ArticleForum Post: RE: CurrentStyle properties not returned in FireFox and Chrome
Hi Karen, It sounds like the problem is potentially specific to your application. If you use the Firefox Inspector and select the element in question, does it show the text-decoration style? Tools -...
View ArticleWiki Page: Cannot create 4 GB file even though FILEMAXSIZE=8 and IDXFORMAT=8...
Problem: The File Handler Configuration File correctly specifies FILEMAXSIZE=8 and IDXFORMAT=8, but 4 Gb files cannot be created. Even though the correct settings seem to be specified in the file...
View ArticleWiki Page: Behavior of RebindForward policy
Problem: Behavior of RebindForward policy Resolution: Product Name: VisiBroker Product Version: All Platform/OS: All supported platforms of VisiBroker The RebindForward policy determines if the ORB...
View ArticleWiki Page: BES: Initial bean instance count when run server from JBuilder
Problem: BES: Initial bean instance count when run server from JBuilder Resolution: Product Name: BES Product Version: any Product Component: EJB container Platform/OS Version: any Description :...
View ArticleWiki Page: BES: iPlanet web server support
Problem: BES: iPlanet web server support Resolution: Product Name: BES Product Version: 5.x and up Product Component: Web Container (to iPlanet) Platform/OS Version: All Description : Does BES support...
View ArticleWiki Page: Function Overloading in IDL file
Problem: Product Name: VisiBroker Product Version: All Product Component: idl2cpp Platform/OS Version: All You need to change an operation of a CORBA server. However, since the server has been used...
View Article