Cobol Server .MSI
We have upgraded to Visual Cobol 2.2. In Visual Cobol 2.1 I was able to extract a .MSI file from the Cobol Server 2.1 .exe. In the download area for Cobol Server I see that a .MSM file is available,...
View ArticleRE: 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 ArticleRE: Datagridview - Failed to get the value of a cell after to click on the...
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 ArticleDatagridview - Failed to get the value of a cell after to click on the titles...
Datagridview-Failed toget the value of acellafter to click on thetitlestosort.Error of index.How can I solve this problem? code:method-id dataGridView1_CellContentClick final private.01 ws-protocolo...
View ArticleRE: 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 Articlefile 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 ArticleRE: file locked microfocus cobol
bonjourje voudrais en premier temps vous remercier et par la meme occasion mieux presenter la problematiquepremierement il faut noter qu'il s'agit d'une application multiuser utilisant des fichiers...
View ArticleRE: 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 ArticleRE: 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 is...
View ArticleRE: New to Visual COBOL - Error help
It was not automatically started, thank you very much!
View ArticleNew 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 ArticleRE: Progress Bar Example - Wpf
Hi MarcWhy do you not simply use the WPF-Control <ProgressBar>? I can add a ProgressBar into the solution I sent to you in december.RegardsWerner Lanter
View ArticleProgress Bar Example - Wpf
Going to implement some sort of progress bar for the users to know something is happening in the backgroud. Looking for a working example if anybody has one handy. Feel free to send it over...
View ArticleRE: Progress Bar Example - Wpf
Hey Werner, That would be great if you could work that into the solution you sent before. Thanks.
View ArticleRE: MAXERROR
IMHO you should eliminate the errors/warnings.Clean code is the better alternative...regardsMichael
View ArticleRE: MAXERROR
The warning level and max warnings directives are set in Visual COBOL at the project level as options on the COBOL tab on the project properties page.If you change the warning level from level W to...
View ArticleMAXERROR
We have a Visual COBOL 2.2 program with more than 100 warnings. Visual Studio is reporting 100 warnings then giving the "Too many errors" error (COBH0090). This is related to the MAXERROR compiler...
View ArticleFile IO Counts
When running batch COBOL programs our mainframe provides counts of how many times each file is written, read, etc. This logging is helpful when debugging. Can Visual COBOL Runtime provide any similar...
View ArticleRE: File IO Counts
documentation.microfocus.com/.../index.jspHi Sawalter, the File Handler trace tool might give you what you need. It will record all the IO during execution and allows you to replay the IO without...
View ArticleRE: File IO Counts
I have created a tracing config file, extfh.cfg. this file is put in c:\data\log_files\trace\, and is activated by a line in the batch fileSET EXTFH=%LOGDIR%\trace\extfh.cfgIt works similarly to the...
View Article