Forum Post: Revoke 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 ArticleForum Post: RE: Revoke of License Failed...
Which product and version number do you have installed? Is this the Visual COBOL Personal Edition or a full Visual COBOL release? You should open up a support incident with Customer Care for this as...
View ArticleForum Post: RE: Revoke of License Failed...
We have the enterprise version (full) and we have opened a customer care ticket via the web form...we're waiting to hear something. I didn't think the forum would help on this topic, but I figured I...
View ArticleForum Post: RE: Windows form obliterates Dialog System window after closing form
After doing research on this issue it was determined that the problem reported was actually being caused by running the program in the Citrix environment. Outside of Citrix the program runs without a...
View ArticleForum Post: With 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 ArticleForum Post: RE: With Data Inheritance VC
I assume that when you are talking about OOCobol you are talking about Net Express native OO programs that use the Net Express class libraries is that correct? The native OO syntax supported in Net...
View ArticleForum Post: RE: With Data Inheritance VC
Thanks for the answer. The problem is the number of variables, so is the effort of rewriting the code that scares me alot. :-(
View ArticleForum Post: RE: Cobol Server .MSI
The .msi files for the COBOL Server product have been made available to this customer and will be included in a future release as well. Thanks
View ArticleForum Post: Datagridview - Failed to get the value of a cell after to click...
Datagridview - Failed to get the value of a cell after to click on the titles to sort . Error of index . How can I solve this problem? code: method-id dataGridView1_CellContentClick final private....
View ArticleForum Post: RE: Datagridview - Failed to get the value of a cell after to...
If the click occurs in the Column Header the RowIndex will be -1. Try checking this before executing your statement: if e::RowIndex -1 set ws-protocolo to...
View ArticleForum Post: file 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 ArticleForum Post: RE: file locked microfocus cobol
Ran through google translate: "I would like to know how to handle files with conventional microfocus cobol2.1 I had quite a problem in reading and writing files on locked file or record locked knowing...
View ArticleForum Post: RE: file locked microfocus cobol
bonjour je voudrais en premier temps vous remercier et par la meme occasion mieux presenter la problematique premierement il faut noter qu'il s'agit d'une application multiuser utilisant des fichiers...
View ArticleForum Post: RE: file locked microfocus cobol
I will address these items separately. 1. Record Locking. Are these file lock (status 9/065) or record lock (status 9/068) conditions being returned or both? I assume that the OPEN OUTPUT statement in...
View ArticleWiki Page: Visual COBOL 2.2 - Web Services Environment Configuration
This document describes the steps needed to configure Visual COBOL for Eclipse to work with the JVM servlet APIs and common Java Enterprise Edition (JEE) application servers. It will include the steps...
View ArticleForum Post: New 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 ArticleForum Post: RE: New to Visual COBOL - Error help
What is the actual product that you have installed, Visual COBOL or Enterprise Developer? What is the exact name of the installer file that you ran to install the software? The Micro Focus CES daemon...
View ArticleForum Post: RE: New to Visual COBOL - Error help
It was not automatically started, thank you very much!
View Article