Visual COBOL 2015 License
I am taking a COBOL programming course and they require I use the 2015 version. Is there a way I can get the 365-day license for multiple machines as I use both my home system and my work system to do...
View ArticleMicro Focus Visual Studio Dialog System
Is there any way of moving one character of a string variable into another variable in the Dialog System? For example: YES-STRING X 3Y-STRING X 1 The 'YES-STRING' contains the word "YES" and I...
View ArticleConvert to visual cobol
I am using Visual Cobol latest version 4.7.03056 on Visual Studio 2017. I have nearly converted most of my linq expressions to delegates and/or method groups with success. However, I am puzzled on...
View ArticleCOBCH1710 ASP.NET
This is appearing this error when I create an asp.net project I create the new page but it does not show the fields. I'm using VC 4.0 VS 2015Esta aparecendo este erro quando crio um projeto asp.net...
View ArticleSolution Level Compiler Directives
Where do I specify my solution level compiler directives in Visual Studio
View ArticleAre Mixed Source Formats Possible
Visual Studio 2013Visual COBOL 2.2Is it possible to have a managed project where the COBOL program has Variable source format (as defined in the project properties) but with the copy books referenced...
View ArticleVisual Cobol - Licensing initialization error (CGI application)
In the last few years i've been working developing web applications(CGI) with NetExpress. We use the Solo Web Server which allows to debug the application on the same machine we used to develop...
View ArticleIs it possible to install Visual COBOL for Eclipse on Ubuntu?
Is it possible to install Visual COBOL for Eclipse on Ubuntu? If so, how do I do that? Thanks in advance.
View ArticleVisual Studio - build/debug/compile behavior, Native multi-project solutions...
Visual Studio 2013, Visual COBOL 2.2Please confirm as to whether this is expected or default VS behavior or not.Assume a Native solution with two projects and a Managed solution with two projectsIt...
View ArticleSystem.Web.Script.Serialization
Eu estou tentando deserializar o Json, abaixoI'm trying to deserialize Json, below{"ctes": [ {"cnpjTransportadora": "76080738013318","cnpjUnidade": "52202744000192","numero": 74512,"cst": 0,"notas": [...
View ArticleWeb Application List View
I need to list record details on an .aspx page. DataGridView is not available for .aspx. I need a table with 4 columns and an infinite number of rows.Which item in the Toolbox is the best (and easiest)...
View ArticleOO COBOL
Not sure if this is the right forum for this question but the COBOL forum does not seem to be active.If I want to write OO COBOL programs (not .NET programs) is there an OO Standard to which MF...
View Articlexml deserialize
Eu estou tentando desserializar um XML, mas estou com problema. Consegui alguma coisa mas estou "enxugando gelo: eternamente".I'm trying to deserialize an XML, but I'm having trouble.I got something...
View ArticleTheoretically possible to program statistical animation in Micro Focus COBOL?
I've got Visual COBOL 3.0 for Visual Studio 2017. In theory, would it be possible to program in Visual COBOL something like that shown in the attached YouTube (which was programmed in C++). Yes, I...
View ArticleBinding to a Data Source when designing a Windows Form.
I cannot see a way to do this in Visual Cobol 4.0 ( ie select fields from a database to bind to a text box or datagrid etc. in a Form.) I know I can do this with code (I found several examples in the...
View ArticleI want a new Translate C# to Cobol
C# for Cobol so I managed / C# para Cobol assim eu consegui public class RootObject { public List<Cte> ctes { get; set; } }Here in Cobol / Aqui em Cobolclass-id RootObject. 01 ctes list[type...
View ArticleVisual Cobol - process xml file
Hi,I'm trying to use Visual Cobol to process the sample program readxml.cbl.It uses 2 copy modules acucobol.def and acugui.def which don't seem to be available under the Visual Cobol installation.I...
View Article