Json + Visual Cobol
Hello, I need to make a request, send information in Json and get the returns of this request someone has an example. I found it in C # but this is difficult to translate. To tell you the truth I need...
View ArticleProblem using RuntimeSystem
Hello,I am trying to execute a simple cobol program using 'com.microfocus.cobol.RuntimeSystem'.public void exampleCall() throws Exception { ParameterList pl = new ParameterList(); int result =...
View ArticleNet Express 3.1 to Visual Cobol
I have a old application in Net Express 3.1, how can I get it into Visual Cobol 2.3.
View ArticleRunUnit or RuntimeSystem
Hello,i am trying to call my cobol program.Using RunUnit, it works: RunUnit runUnit = new RunUnit(); runUnit.Call("MyProgramm");Using RuntimeSystem, it doesn't work ("programm not found"):...
View ArticleUpgrade advice please, VC 2.3.2 to 3 with mf dialog
Hi there,I have questions re. upgrading from VC 2.3.2 to 3 with mf dialog on VS 2015 community edition(1) Can you clarify, is there a VC version 3 add pack for MF dialog system or is everything...
View ArticleConverting MF DS project from NetExpress 3.1. to VC
When I convert my netexpress project to VC, none of my .GSs are attached to the .dlls they belong to. Do I have a conversion parameter incorrect?
View ArticleAnything like Acu4GL for Micro Focus COBOL?
We have both native COBOL and Visual COBOL projects that access ISAM files. A friend of mine who is an ACUCOBOL developer used Acu4GL to turn ISAM files into database tables and then access them as a...
View ArticleCan PRINTER REDIRECTION=TRUE be set from program?
Hi there,This has been discussed here in 2014: https://community.microfocus.com/microfocus/cobol/visual_cobol/f/forum/13102/setting-environment-variables-prior-to-buildIs there a better way now? We...
View ArticleMore translate C# to COBOL
Hello,I need one more help converting these instructions from C # to Cobol.The purpose of the code is to send the ZPLString string to a printer where the IP is ipAddress. // Printer IP Address and...
View Articlecompare in VS COBOL not working as expectedcomp
Doing a 'date' compare that has worked in the past. It is:if mpatpmrc-LineOfBusiness = 'HOM' or 'DWF' and w-compare-date-two >= w-auto-renewal-date next sentence...
View Articleshow copybook in visual studio when a path to the copybook is specified
Hi,I'm currently working on an exisiting code base of a customer.They have placed their copybooks in a specific directory structure and rather than setting the Copybook Path they use a syntax likecopy...
View Articlebook "Visual cobol a developer's guide" compile error
I am going through the above book in VCPE 3.0 for VS 2017 trying to compile the simpledate.cbl program and it throws error "COBCH0858 No static method found - cannot be a main programIn checking there...
View ArticleUnable to insert,delete or update
HiI have written a visual cobol program. I am able to read the datas from the table but i am unable to insert, delete or update the table. Below is the visual cobol program. Please let me know if i...
View ArticleLibrary Routines - File and Filename Routines - Interpreting the return code...
Micro Focus Developer > Micro Focus Visual COBOL 3.0 for Visual Studio 2013 > General Reference > Library Routines > File and Filename RoutinesIn the doc, under the sub-heading...
View Articlecompilação no Visual cobol for visual studio
Boa tardeEstou com problemas na compilação de programa no Visual Cobol for Visual Studiovou tentar te explicar.Antes no NetExpress 3.1 alguns programas era compilado da seguinte forma:CBLLINK -S -D -G...
View ArticleWinforms/Visual Cobol application shutting down when using third party...
Our company has converted an application that utilized old Workbench and Dialog online screens into a Winforms application. We have successfully tested the Winforms screens. But we ran into issues...
View ArticleControls Properties descriptions
HalloI would like to ask about the documentation of visual Cobol, I need the explan for some properties of some controls but I couldn't find it.
View ArticleWhat are the differences in Visual COBOL 3.0 under Visual Studio 2015 as...
Hi,A customer of ours is currently using Visual COBOL under Visual Studio 2012. We are discussing the possibility of upgrading them to VC 3.0. Because of other constraints the customer can potentially...
View ArticleCursor positioning
I have a form that has input fields and output fields and I can clear the fields when I click on my reset key. How can i get the cursor to position to the first input field so the user doesn't have...
View Article