can't download COBOL
don't have any message in my in box even I’m already register in this page https://www.microfocus.com/product-trials/visual-cobol/vc22/index.aspx?success
View ArticleWich Eclipse Version for Visual Cobol?
Hi!What is the right/best Version for Eclipse and Visual Cobol 2.2 ?Link?Best RegardsBernd
View ArticleWpf Listview Multi Select w/checkbox
Would like to build Listview(listbox) containing a checkbox with the ability to select as many checkbox's desired, and then update DB (codebehind) with data from the screen. I'll just read thru...
View ArticleErrors with Standard OO Program
I've been trying to run the COBOL standard's sample OO application (Section C.18.10 in the 2009 draft) but I've been unable to. I can compile it as is successfully but when I run it, it instantly fails...
View ArticleErrors using properties
I've been unable to find a way to use the properties in my program without the compiler complaining 'COBCH1304: Method not found in the repository'.Here's the code:Int.cbl: $SET REPOSITORY "UPDATE...
View ArticleVisualCOBOL in a Nutshell videos
Hi, is there a way to get the code used in the mentioned video series or making it available here in the community?
View ArticleUnhandled Errors
As we migrate from a mainframe to Visual COBOL, we are concerned that programs currently aborting with unhandled exceptions will complete without any indication of an error. Here are a couple examples...
View ArticleWindows form obliterates Dialog System window after closing form
I'm calling managed code from native. The managed code displays a "Please wait" dialog using the ShowDialog method and then does some processing. When the processing is complete, I do the Close...
View ArticleFail in call ENUM
The picture show all:How I can call that ENUM ?In comments have the C# code.... and, I just want to re-create the code in cobol...
View ArticleUsing 'Call' in Method
I am trying to execute a non-windows form cobol program from a windows form cobol program with a method. My syntax is 'Call "FPACTGN" using PMCALL" . I have the called program referenced within the...
View ArticleRetrieve AppSettings in HTML
I'm trying to set the text of a label on a webform equal to the value of a "key" in Web.Config. Here's the html code that returns an error saying "Operand ConfigurationManager is not...
View ArticleDoxygen
Hello,Has anybody heard about a filter for Doxygen for the Cobol language ?Doxygen can handle Fortran code, it should be possible to configure doxygen to parse cobol code. Any information on that...
View ArticleRevoke of License Failed...
We are an academic institution utilizing Visual COBOL for a class...Description: While testing product for academic use installed license on Windows 7 and now cannot revoke the license from license...
View ArticleWith Data Inheritance VC
Is it possible to have inheritance with data between Cobol.Net classes the same way that classes in OOCobol do? If this isn't possible is there any workaround?
View ArticleCobol Server .MSI
We have upgraded to Visual Cobol 2.2. In Visual Cobol 2.1 I was able to extract a .MSI file from the Cobol Server 2.1 .exe. In the download area for Cobol Server I see that a .MSM file is available,...
View ArticleDatagridview - Failed to get the value of a cell after to click on the titles...
Datagridview-Failed toget the value of acellafter to click on thetitlestosort.Error of index.How can I solve this problem? code:method-id dataGridView1_CellContentClick final private.01 ws-protocolo...
View Articlefile locked microfocus cobol
j'aimerais savoir comment manipuler les fichiers classiques avec microfocus cobol2.1 j'ai eu pas mal de probleme dans la lecture et l'ecriture sur les fichiers file locked ou record locked sachant que...
View ArticleNew to Visual COBOL - Error help
I have been a long time NetExpress user and have just moved over to Visual Personal COBOL. It installed just fine, but when I opened Visual Studio 2012 in Windows 8, I got the following error. Does...
View ArticleProgress Bar Example - Wpf
Going to implement some sort of progress bar for the users to know something is happening in the backgroud. Looking for a working example if anybody has one handy. Feel free to send it over...
View ArticleMAXERROR
We have a Visual COBOL 2.2 program with more than 100 warnings. Visual Studio is reporting 100 warnings then giving the "Too many errors" error (COBH0090). This is related to the MAXERROR compiler...
View Article