Forum Post: RE: 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 ArticleForum Post: Perde 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...
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: dbms 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 ArticleForum Post: Hotfix 1 - cobol server 2.3
hi, in pruduct update I fount this item COBOL Server - Hotfix 1 - 2.3 for Windows what is? the readme file not found Not Found The requested URL...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: Visual 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: Visual Cobol Linkage
Thanks Chris... This old procedural programmer thanks you for your rapid response and it works !! I am moving forward steadily...
View ArticleWiki Page: COBOL application fails with error code 245
Problem: Although Micro Focus License Manager indicates COBOL Server licenses are installed, the COBOL application fails with the following error: Execution error : file '' error code: 245, pc=0,...
View ArticleForum Post: RE: Courseware
Is there any further information as to when the Eclipse Courseware will be available for download? Thanks, Warren Mundy, Jr
View ArticleForum Post: RE: Various in Visual Cobol - WPF
Hi Chris, Thanks for your sugestion. I'll close this post and create posts individually by topic. Best regards Alberto Ferraz
View ArticleForum Post: Define the printer to a type of document
Hello, I need to create a parameter which shows me the printers are installed and I pick one for each type of document (For example: Invoices to Epson ESC/PR, Orders to Samsung 2145, etc.). How I can...
View ArticleForum Post: Validate e-mail adress
Hello, How can validate a TEXT field if the email adress is in the correct format? (For example: myfriend.gmail.com is invalid) Thanks Alberto Ferraz
View ArticleForum Post: Function key to call a menu option
Hello, How do I place a function key to call a menu option? And how does the show in menu? Thanks Alberto Ferraz
View Article