RE: Internet Connection required?
Mystery explained. I had not yet activated the product on that laptop. When I went to progress through to loading source code, there was a window that popped up behind the one I was in. When I found...
View ArticleRE: Initialize and Call
Testing this with Visual COBOL 2.0 in Visual Studio 2010 seems to show PROGRAM2, FIELD-2B is empty as expected. That's different from the results above using Visual COBOL 2.2 also in Visual Studio 2010.
View ArticleRE: Initialize and Call
This was a problem that occurred in the 2.2 base release but it has since been fixed in 2.2 update 1.I just tested it here and it worked correctly.Are you using 2.2 or 2.2 update1?Thanks.
View ArticleInitialize and Call
I've set up a very simple Console Application project in Visual Studio running Visual COBOL 2.2. Program1 initializes a group level redefine and then passes it to Program2. In Program2, it appears that...
View ArticleRE: Visual Cobol Server
Hi Pedro,There was a problem with an earlier release of the 2.2 base products in that the certificates for these installers had expired. We fixed this earlier this year by refreshing the installers for...
View ArticleRE: Visual Cobol Server
Dear Sirs,We install Visual Cobol Server in Windows 32 Bits. But now we get another Execution Error (Enclosed)Thanks,PJM
View ArticleRE: Visual Cobol Server
Hola Pedro,What version of Visual COBOL did you compile your application with and did you install COBOL Server 2.2 or 2.2 Update 1 on the 32-bit Windows?Atentamente,
View ArticleRE: Visual Cobol Server
The error indicates that the application found CBLRTSM.DLL, but it does not appear to be the one for COBOL Server 2.2.Can you do a search on that machine and see if you have more than one copy of...
View ArticleRE: Visual Cobol Server
Dear Sir,In Visual Cobol Server we didn´t the CBLRTSM.DLL, but in the Visual Cobol for Eclipse we have this DLL in two places : One in the Cobol Directory and another one in the Windows.TKS,PJM
View ArticleRE: Visual Cobol Server
If you are developing using Visual COBOL for Eclipse then you need to use COBOL Server for VS2010 and not COBOL Server for VS2012 as you specified previously.The COBOL Server for VS2012 should only be...
View ArticleVisual Cobol Server
Dear Sirs,We are installing Visual Cobol Server in Windows 7 and we get the error enclosed.Many Thanks,PJM
View ArticleRE: File Share With Visual Cobol
A RTS 124 is a communications error which means that your underlying CCI is most likely not setup correctly. How are you setting up CCITCP?Can you show me what you have for your client and server...
View ArticleFile Share With Visual Cobol
Dear Sir,We are using File Share with Visual Cobol 2.2.1 for Eclipse and we get Always the same error 9/124 don´t matter that we put on the Server and Client definition.Our Server is en AIX 7.1 and...
View ArticleRE: File Share With Visual Cobol
Dear Chris,Our AIX Server CFG file is :-s 192.168.1.2-cm ccitcp-d pass.dat (Login and Password)Our Windows cfg file is :/s 192.168.1.2/cm ccitcp/b/f c:\pass.dat Many Thanks in advanced.PJM
View ArticleExcel Interop
setExcelApptonewApplication()setExcelWorkBooktoExcelApp::Workbooks::Add(1)setExcelWorkSheettoExcelWorkBook::Sheets[1] astypeWorksheetsetExcelWorkSheet::Cells[1,1]...
View Articleproblems with installing visual cobol
i tried installing visual cobol on my windows 8.1 and i get the errror message 0x80070642 user cancelled installation can anyone help. i am installing it as an add on to visual studion 2013.
View ArticleChecing for type in Visual COBOL
I'm converting this C# statement to COBOL: if (view.FocusedColumn.FieldName == "CityCode" && view.ActiveEditor is DevExpress.XtraEditors.LookUpEdit)For the COBOL statement, I'm using:if...
View Article