Forum Post: RE: Error 179 - MFRUN.gnt cant be found
This is not a complete COBOL Server installation. I would believe that whoever installed this simply packaged the bin64 folder along with your application. If COBOL Server is actually installed it...
View ArticleForum Post: RE: CBL_DEBUGBREAK
hi, the debugger did not work because I had changed the %TMP% variable pointing to a directory that does not exist ! Now work all and fine... thanks.
View ArticleForum Post: RE: Redirect LPT1?
The issue with PC_PRINT_FILE routine not releasing the file is a known issue (RPI 1097356) and has been addressed in version 2.3.
View ArticleForum Post: Creating Tables with Relativity
I'm using relativity to create temporary workfiles via ODBC -- Does anybody know how to create the file in a different directory than the install directory for relativity -- hopefully this is...
View ArticleForum Post: RE: Creating Tables with Relativity
Sorry, Relativity is NOT a general purpose database. Its purpose is to access data in COBOL data files from an ODBC application. So, don't expect it to be able to do fancy things like create tables...
View ArticleForum Post: Access to Supportline
Do P.E. users have access to Supportline web site? I would like to access the examples and I have not had a response from the Supportline regarding my registration.
View ArticleForum Post: RE: Access to Supportline
If you have registered for the VC PE product on-line then you should receive an -mail from Micro Focus Distribution which contains the download links. If you have not received this then please check...
View ArticleForum Post: RE: Access to Supportline
I downloaded the VC-PE for Visual Studio and for Eclipse and I registered both product in Support Line and UNTIL now I didn't receive an Answer. Thiss it NOT Working sa you say Chis. PJM
View ArticleForum Post: RE: Access to Supportline
Thanks Pedro. I just tested this here as well and there does seem to be a problem. I have opened up an incident with our IT team.
View ArticleForum Post: Can't install VCVS2010_22 on Windows 10
I have Window 10 Home 64bit. I have Visual Studio 2010 Professional (and 2013 and 2015, community editions.) I have downloaded the Visual Cobol PE 2.2 for VS 2010. I cannot install it. I get error...
View ArticleForum Post: RE: Can't install VCVS2010_22 on Windows 10
Error code 0x80070643 normally means that the machine needs to be restarted because another install has not yet completed. This normally happens after Windows Updates have been run but the machine was...
View ArticleForum Post: Invoke
Good morning, can i make an invoke a method created in the form of events? For example: method-id button3_Click final private. 01 newForm2 type CfgEmpresa.Form1. procedure division...
View ArticleForum Post: RE: Invoke
No, that wouldn't work because the event methods are expecting certain parameters such as the object that triggered the event and the eventargs. That is why the procedure division using header looks...
View ArticleForum Post: RE: Access to Supportline
This has now been fixed. Please register for the Visual COBOL PE download again and you should be sent an e-mail containing the download link. Thanks
View ArticleForum Post: RE: Visual Cobol 2.3
Hi Pedro, I just noticed that this post had not been answered. Are you still having this same problem or has the issue been resolved?
View ArticleForum Post: RE: Visual Cobol P.E. V2.2 will not install on Windows 7
I forgot to mention the location of the Visual COBOL PE 2.3 product download. It can be found at www.microfocus.com/.../index.aspx Thanks.
View ArticleForum Post: Message Wait....
I'm needing to show a message wait, searched the web but only found in C # using Threads, does anyone have an example of how to do?
View ArticleForum Post: migration from NetExpress to Visual COBOL - COBCH0865S Failed to...
Hi, I'm migrating from Net Express to Visual Cobol for Eclipse, for now I'm only testing things to understand how this Visual COBOL for Eclipse works. I created a JVM COBOL Project and I copy and...
View Article