RE: File Handler behavior in managed code
We're using VC 2.3. We are still fooling around with using ASPX to call COBOL DLLs. We've ditched the idea of using native COBOL DLLs because we never could get around that "wrong format" error and...
View ArticleExport to excel
I have an asp table. Need to export the data from the table to excel. Are there any sample programs for this? Thanks in advance.
View ArticleRE: File Handler behavior in managed code
Actually for a C# ASP.NET application I don't believe that you can automatically set environment variables in web.config as the values you set are simply string pairs that can be read by your...
View ArticleRE: File Handler behavior in managed code
Actually a better place to set the environment variables would be within the instantiated RunUnit itself so that this would not be set globally.There is a SetEnvironmentVariable method in the RunUnit...
View ArticleFile Handler behavior in managed code
In native COBOL if you have "SELECT DATA-FILE ASSIGN TO DISK 'OLD\Data.dat'" and "OPEN INPUT DATA-FILE" then the File Handler will look for an environment variable named "dd_OLD" and replace the "OLD"...
View ArticleRE: Perde as referências
Can you please provide more detail?What type of references are you referring to that are getting lost and when are they disappearing? Are these references to .NET assemblies, 3rd party assemblies or to...
View ArticleRE: Perde as referências
Todas as referências nos eventos, tanto de botões quanto de grids, tudo tem que ser refeito isso já acontecia na versão 2013 e agora nesta também acontece. Não usamos nada além do Visual Studio e...
View ArticleRE: Perde as referências
Is this a Windows Forms application? If it is then all events that are created in the Properties dialog are saved to the designer.cbl code-behind file. Are you saying that the event hookup code is...
View ArticlePerde as referências
Tenho um projeto em usando o Visual Studio 2015 e esta ocorrendo o mesmo problema que acontecia com as outras versões ele perde as referências, ai temos que refazer todas as ligações isso e problema do...
View ArticleRE: Perde as referências
É Windows Forms e só perde a ligação. Veja a imagem, ele perde esta ligação, já abrir uma chamada a muito tempo atrás mas não conseguimos replicar o problema ai o suporte não tem como resolver. Mas...
View ArticleRE: Hotfix 1 - cobol server 2.3
Hotfix 1 contains some bug fixes that were not available for the GA version. I am not sure why the readme is not accessible through the link provided. I will have somebody look into this. If you open...
View ArticleRE: dbms embedded
Neither Net Express or Visual COBOL provide a database that can be used in a production environment. The technology in these products allow you to use embedded SQL to access any vendors database that...
View Articledbms embedded
hi,there is a version of Embedded database (serverless) certified with NetExpress\Visual cobol?I desire the database system is "hidden" from the application’s end-user, and easy to install without...
View ArticleHotfix 1 - cobol server 2.3
hi,in pruduct update I fount this item COBOL Server - Hotfix 1 - 2.3 for Windowswhat is?the readme file not foundNot FoundThe requested URL...
View ArticleRE: Hotfix 1 - cobol server 2.3
I need only for documentation purposes, anyway, I took the document from Hotfix 1 2.3 for Windows Deployment Toolkit ".Thanks.
View ArticleRE: Visual Cobol Linkage
Instead of passing data back and forth it might be best to define the data item as a property in the called program and then you can set and retrieve its value from either program using the property...
View ArticleVisual Cobol Linkage
Hello Everyone,Does any one have a short example on to pass a data field to a visual managed windows cobol form and then update that data in the "called" program which is also of the same type and have...
View ArticleRE: Call-By-Name (CBL_) library and managed code
Hi Don,I just tested this here and there does appear to be a compatibility issue in the library routines when dealing with embedded dd_ names. In native code this works as expected but in managed code...
View ArticleCall-By-Name (CBL_) library and managed code
Is the Call-By-Name library available in managed code? Do the calls provide the same functionality? We have a "utility" native COBOL DLL program that uses several file handling CBL_ calls;...
View ArticleRE: Call-By-Name (CBL_) library and managed code
Micro Focus SupportLine incident 2855891 has been created for this issue. As instructed I have referenced you by name in both the Subject field and in the step-by-step field.Thank you!
View Article