RE: Error with tracking logs when build
Hi Phil,Are you running Visual Studio 2012 standalone or are you using TFS or some other source control system with Visual Studio?Can you please open up a support incident with customer care for this...
View ArticleRE: Error with tracking logs when build
I'm running Visual Studio 2012 and Visual COBOL 2.2. I've installed Tools for GIT but am not using Team Foundation Service GIT for our application. I don't get this error if I set up a demo project...
View ArticleRE: Visual Studio edition
Clicking on the tabs that say Visual Studio Users or Eclipse Users on the actual download page only affect the readme note that is displayed and they do not affect the product download links at all.You...
View Articlecreate .RS from .GS
Where would I find documentation on how to create a .RS file from a .GS file for Dialog System Screensets. I was using DSWIN and a .RSS file to build the .RS files. DSWIN will not run because my...
View ArticleRE: create .RS from .GS
Visual COBOL 2.2 includes DSWIN.EXE in its bin folder if you install the compatibility addpack.This will work in the same manner as the dswin with Net Express and you can start it from the command line...
View ArticleRE: Visual Studio edition
I just registered for the personal edition again, making sure that I selected Visual Studio. Again I got a link to a page that just offers Eclipse. I am pretty sure that you folks have a problem.
View ArticleVisual Studio edition
When I go to the link sent to me by MF to download the free/personal Visual COBOL, I am presented with the same download file for both Visual Studio and Eclipse: "Visual COBOL for Eclipse Personal...
View ArticleRE: incompatible types
Hello Bencz, in the code sample, it looks as though the variable _where_ is of type string. Did you mean to use the variable _data_?
View Articleincompatible types
I got an incompatible error in my methoderror COBCH0968 : Collection element has incompatible typeIn that peace of code "perform varying val through _where_", the compiler say the type...
View ArticleRE: SQL Fetch Statement
Try setting the directive SQL(BEHAVIOR=UNOPTIMIZED).This will cause the behavior of OpenESQL in Visual COBOL to be compatible with Net Express behavior in case the new default is causing the issue you...
View ArticleSQL Fetch Statement
We are migrating from Net Express 3.1 to Visual COBOL and found the following problem in Native code with embedded SQL statements. When we perform the open cursor for a fetch statement, we receive a...
View ArticleRE: SQL Fetch Statement
Thanks Chris. The SQL(BEHAVIOR=UNOPTIMIZED) fixed the problem. I will also look into using the newer ODBC drivers.
View ArticleRE: COBSQL Question
Hi Chris,I will be back shortly with this problem... The project is now in production and we need new to integrate the project with the Eclipse IDE.Franck.
View ArticleCOBSQL Question
Hi All,Is there any solution to use COBSQL directives with oracle pro*cobol with FREE or VARIABLE source format?I've tried with variable sourceformat. The precompiled source (.cs9) is ok but the second...
View ArticlePro*COBOL Integration with Eclipse VC IDE
Hi All,Back on the Visual COBOL SQL with pro*cobol tests..Our project is a migration project from UNISYS (DPS screen, RDMS database, DMS indexed files, ECL JCL and so on...) to Linux Visual Cobol...
View ArticleRE: Visual Cobol with Eclpise under SUSE 13.1
Hi Bernd,Visual COBOL is tested against the SUSE Enterprise product which is currently at version 11 SP3.Currently, we do not test against the OpenSUSE distribution. It may work but we would not...
View ArticleRE: TextBox with currency format
I believe that I got this to work correctly by using the following example which uses the TextChanged event of the textbox. method-id textBox1_TextChanged final private. procedure division using by...
View Article