Does COBOL have the equivalent of the c# Using statement?
This is the link to the MSDN using Statement documentation: http://msdn.microsoft.com/en-us/library/yh598w02.aspxThis is how it's coded in DevExpress:using(UnitOfWork uow = new UnitOfWork()) { //...
View ArticleData Flex
Hello,Someone with a CASE Migrating Data Flex to Visual Cobol ...???Many thanks in Advanced.PJM
View ArticleLicense Installation failed
I am trying to install Visual COBOL for Visual Studio 2012 on a Windows 8.1 Pro laptop. Everything seemed ok until I try installing my license file. I run the License Manager, browse to the file and...
View Articlevisual studio method drop down not working
The visual studio method drop down not working. The drop downs do not display any of the methods. I am using Visual Studio 2012, it works for C# but not full Visual Cobol. Any ideas on why?
View ArticleWPF MessageBox...
Hi!I have a WPF MessageBox like this:invoketypeSystem.Windows.MessageBox::Show("Mein Text", "Kopfzeile",...
View Articlenative vs. managed
I have moved a legacy native COBOL application to Linux to run under the Visual COBOL runtime. Some of the files are defined as external in their file descriptors ie. opened once and shared between...
View ArticleLicense Error 26
I have recently been getting this message when I try to run Visual Cobol PE. "Unable to obtain the requested License: Error [26]: Request denied due to clock tamper detection."I had changed my clock...
View ArticleCancelling a native DLL called from managed code
Hi,My program, Visual Cobol managed code, calls an unmanaged DLL containing print routines using PrintEasy by Easirun. The call functions with no Problem, but, the Statement:cancel "LSdruck" doesn't...
View ArticleLicense error 26
I had to do a system restore and now I get a License error 26. I got a hold of Tech Support and they told me to look on the Forum, when I looked it up here they said to contact Tech Support. So Now...
View ArticleSave image to sql.
Hello, lately I have been triying to create a code to upload an image into my sql database from visual cobol 2012. I have done this in C# with byte[] image object o =...
View Articlethe connection reference between java and cobol
Java program: import java.sql.*; public class javamain { /** * @param args * @throws SQLException */ public static void main(String[] args) throws SQLException { // Create a variable for the connection...
View ArticleErr Msg 13l file not found
I am using MF Visual Cobol v 2.2. ( Personal Edition)When my progam tries to open an input file, I get "Error Msg -----13 File not found"This input sequential file (.dat extension) is created...
View ArticleLicense Error 26
For some reason my computer calender was off so I changed it to the correct date and now I get error 26. What do I do?
View ArticleInheritance
Hi,i need help with inheritance in visual cobol. I have a .Net class (cobol) named ClassB which inherits from another .Net ClassA (cobol again). In ClassA i have a public property named VariabA. the...
View ArticleFind Objects in combobox WPF
I have a combobox filled with a list of objects itemAttributes that is defined as 01 value-id pic 99999999 value 0 property as "ID". 01 attribute-value pic x(30) value spaces property as "VALUE".im...
View ArticleOne click to run the Project?
I have Micro Focus Visual COBOL 2.2 (Personal Edition) Version 2.2.00151 with Visual Studio 2012 running under Windows 8.1, and all is wellI have written a specific backup program in COBOL that copies...
View ArticleSharing an instance of an object between classes.
Hi,I have a program consisting of 2 forms and several classes, i.e. customerclass, materialclass etc. These call an interop xfakt.dll which requires a new login for each new created instance.What I...
View Articlehow to update run-time to version 2.2?
Hi,I've installed vcvs2012_222.exe in win 8 dev environment as suggested by mf support to resolve an issue.(1) How do i update the run-time? The current installation in our run-time environment was...
View ArticleAdding resouces to project
I have several .jpg files that I would like to add as resources. I use these to display a variable background color for a control at run time. I have not found a way to add them under...
View ArticleLink error
Below is the link error we are getting in Visual Cobol that we did not get in our Net Express 3.1.What steps do I need to take to resolve this error ? Is this a missing parameter or modules that has...
View Article