RE: Missing shared object in MF COBOL Server 2.2 for UNIX update 2
Daniel,Your statement contradicts this from the section "Overview - Test Coverage" / "Restrictions when using test coverage" from the Visual COBOL documentation (my emphasis):We recommend that you do...
View ArticleMissing shared object in MF COBOL Server 2.2 for UNIX update 2
Hi,We are experiencing a problem due to a missing shared object in MF COBOL Server 2.2 for UNIX update 2. Some background: We are compiling our programs on Linux using MF Visual COBOL for UNIX. The...
View ArticleRE: Missing shared object in MF COBOL Server 2.2 for UNIX update 2
Hi Leigh,May be that the Visual COBOL doc is not in sync with the software here :(-I suggest that you open an official incident at the Micro Focus SupportLine to deal with your issue.Daniel
View ArticleRE: comp-5 redefination
Hello anveksha,Net Express and Visual COBOL report the exact same warning, but the difference is that Net Express is not reporting warnings by default while Visual COBOL (IDE) is.The WARNING compiler...
View ArticleRE: comp-5 redefination
In your particular case, there are no implications because you have simply defined three-names for the same data item. The documentation for error 1168 is: You have redefined a COMP-5 data...
View Articlecomp-5 redefination
Release: Net Express 5.1 .NET & Visual Studio 2012While compiling the source from NE5.1 in Visual COBOL 2.2.1, we are receiving a warning for comp-5 redefinition.The vaiables are defined as...
View ArticleHow to expand Green Screen to 120 columns?
Hi All,I'm programming with the default green screen, which is 80 columns wide. How do you set the screen size to 120 columns? Can you also expand the row length as well?Thanks for your help.Best,Peter
View ArticlePrint exit module for Visual cobol
HI,Can you please provide a sample print exit program suitable for Visual cobol. The current exit module developed in visual basic code works only with net express projects.Thank you.
View ArticleRE: How to expand Green Screen to 120 columns?
Okay, I found the screen size example and I can now display 132 columns wide. However, when I run the code in the command console it opens up 80 columns wide and I then need to expand the window to 132...
View ArticleRE: insert xml in a form
Sorry about that. When I saved the solution file for these two projects it was saved to a folder outside of what I included in the zip file so it wasn't included.I have attached a new zip file that...
View ArticleRE: Print exit module for Visual cobol
Are you referring to a printer exit routine that runs under Enterprise Server? That would be used with the Enterprise Developer product and not Visual COBOL.If you are using Enterprise Developer then I...
View ArticleRE: Print exit module for Visual cobol
Iam converting Netexpress dialog system projects to Visual cobol solution. NX was using some VB code for printing purpose which seems not to work with Visual cobol when recompiled.So iam looking for...
View ArticleDataGridView Grid Borders
HiI have a DataGridView with 8 columns, all Text Box columns, all Read Only, populated from an indexed file. The first tow columns are frozen. I want the right hand border on the second column to...
View ArticleRE: DataGridView Grid Borders
It appears from the MSDN docs that type DataGridViewAdvancedCellBorderStyle::OutsetDouble can only be used for the right border if the dataGridView is set to RightToLeft processing. If I change the...
View ArticleRE: Print exit module for Visual cobol
I don't see why the VB code would not work under Visual COBOL if it worked under Net Express. How is the VB code being called and what is the error that you are receiving?
View ArticleLooking for database programming example for green screen
Hi All,I'm a newbie to Cobol. I'm looking for examples on the standard way to move forward and backward through a database table. When using Xbase/Clipper I would program a entry screen with Function...
View ArticleRE: Looking for database programming example for green screen
Hi Peter,In Visual COBOL you can use embedded EXEC SQL statements to access a database. There are a number of options to use depending on the vendor of the database. The easiest is if the database has...
View ArticleRE: How to expand Green Screen to 120 columns?
Hi Peter,It would be good to confirm which Operating System you are using. Is this Windows? If so, the window size when you run a COBOL program through the Eclipse IDE is controlled by the system...
View ArticleRE: Listbox Click
There are two different event handlers for a Click or DoubleClick events that you can check individually.If you are trying to select an item when only the double-click is used then you can use...
View Article