Forum Post: RE: Using DevExpress attributes
Hi Phil, The attributes should be defined as part of the field, property or method definition. Please see the C#-- COBOL comparison examples in the docs under General Reference-- Managed COBOL--...
View ArticleForum Post: RE: Using DevExpress attributes
Thanks. It works well now. It takes 1 second to load the grid with 30,000 records.
View ArticleForum Post: Exception handling
I'm testing exception handling between a JVM COBOL class and a calling Java class. An exception is raised in a JVM COBOL class, such as raise new MyException("Blah blah") When the exception is checked...
View ArticleForum Post: RE: Exception handling
This works fine for me using the following example: Java main program: public class mainjava { /** * @param args */ public static void main(String[] args) { cobClass1 cob = new cobClass1(); try {...
View ArticleForum Post: RE: Exception handling
Chris, and your example also works using raise new Exception("Something..") However, if you create your own sub-class of java.lang.Exception in JVM COBOL, which is what I am actually trying to raise...
View ArticleForum Post: RE: How to deploy visual cobol for win7 clients?
ok thanks for the clarification Chris. Is there a page somewhere with a list of op systems supported by Visual COBOL 2012 that I can share with my client. Thanks.
View ArticleForum Post: RE: How to deploy visual cobol for win7 clients?
Normally, you would be able to get this information on the Product Availability site at: supportline.microfocus.com/prodavail.aspx but there appears to be a problem at the moment which IT is looking...
View ArticleForum Post: EndpointNotFoundException was unhandled
Hello, I downloaded and installed Visual COBOL for Visual Studio Personal Edition v2.2 0. I have Visual Studio 2012 Pro Version 1.0.61030.00 Update 4. I wanted to test the WCF program installed here:...
View ArticleForum Post: RE: EndpointNotFoundException was unhandled
System.ServiceModel.EndpointNotFoundException was unhandled HResult=-2146233087 Message=There was no endpoint listening at localhost/Service.svc that could accept the message. This is often caused...
View ArticleForum Post: RE: EndpointNotFoundException was unhandled
Hi, There appears to be a bug in the example in that the WCF service is set to use a dynamically assigned port number and the client is using a specific port number of 61488 which is specifed in the...
View ArticleForum Post: RE: EndpointNotFoundException was unhandled
Thanks Chris. That fixed the problem. Tony
View ArticleForum Post: Support server problem?
Hello, I am trying to download the COBOL compiler but never received an email with a link. Also the Support Line seems to be down. Thank you for your assistance.
View ArticleForum Post: Invalid data found - no provider associated with entry
Hello, I have VS6, VS 2008, VS 2010, VS 2012 and VS 2013 on Windows 7 Ultimate computer. After installing Visual COBOL PE for VS 2012 and when I open VS 2012 Pro, I get this error: This only happens...
View ArticleForum Post: RE: Support server problem?
There is a network upgrade being done at Micro Focus this weekend and some of the services will be offline for periods. Please try again later, although your best bet may be to wait until Monday if...
View ArticleForum Post: Error installing Visual Cobol
Everytime I try to install the Visual COBOL, I encounter the following error 0x80070643 ( This application requires 32-bit Oracle Java 1.6 or later. Plase install Oracle Java and then run this...
View ArticleForum Post: show pdf in winform
https://www.youtube.com/watch?v=gOIEHv3Jz_8 (Please visit the site to view this video)
View ArticleForum Post: RE: sql default schema
The Schema specified in the Datasource URL is case sensitiv doing public void setUp() throws Exception { Class.forName("com.ibm.db2.jcc.DB2Driver"); connection = DriverManager.getConnection(...
View ArticleForum Post: Sequential file I/O - 'strange' Output result
I was a COBOL-programmer between 1989 and 1995 Started with MF COBOL / Eclipse a few days ago Got strange behaviour and can not find any explanation in the manuals/website Just some test program to...
View Article