Forum Post: Visual 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 ArticleForum Post: create .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 ArticleForum Post: RE: 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....
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: Visual Studio edition
Never mind - I clicked on the first email by mistake.
View ArticleForum Post: incompatible types
I got an incompatible error in my method error COBCH0968 : Collection element has incompatible type In that peace of code "perform varying val through _where_", the compiler say the type...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: incompatible types
Ohhhhh, s*** :( haha, I had not noticed :( Hha, thanks :)
View ArticleForum Post: SQL 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 ArticleForum Post: RE: 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...
View ArticleForum Post: RE: SQL Fetch Statement
Thanks Chris. The SQL(BEHAVIOR=UNOPTIMIZED) fixed the problem. I will also look into using the newer ODBC drivers.
View ArticleForum Post: RE: 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 ArticleForum Post: Pro*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 ArticleForum Post: RE: 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 ArticleForum Post: TextBox with currency format
Hi, I whant to know, how I can make the currency format to textbox, like of Cobol 77 Invoice-Amount Pic $$,$$9.99. I tryed other why, but is so strange and not so functional..., it's possible...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: TextBox with currency format
It's work perfectly!!!!!!!!!!!!!!!! But, how to make a regex for a brazilian currency ?? We use, for example: R$85.454,57 The decimal point is comma and we use the letter R before $
View ArticleForum Post: RE: Pro*COBOL Integration with Eclipse VC IDE
Try adding the Oracle bin and lib to the environment is set in the Remote Systems Explorer, or RSE daemon started from DevHub's $COBDIR/remotedev directory. Put the Oracle environment variable...
View Article