RE: Checkbox in DataGridView
Oi Pita, veja por favor se o exemplo em anexo responde a sua dúvidahttp://community.microfocus.com/microfocus/cobol/visual_cobol/f/18/t/13125.aspxObservação: Usa exatamente a mesma solução do Altair.Hi...
View ArticleAccessing the web / ftp etc
F.A.O Chris Glazier,Hi Chris,I'd like to access web services direct from Visual COBOL e.g. FTP to do automatic software updates, send emails, scrape web pages etc. Can you point me to any help for...
View ArticleRE: Accessing the web / ftp etc
It's generally seen as impolite to address new threads to individuals on public forums.Regarding your question:FTP is not a "web service". Web services use HTTP; FTP is a different protocol entirely....
View ArticleRE: Accessing the web / ftp etc
Thanks for your politeness tip Michael. Chris has always answered my queries so I assumed he was charged by MF to do that. I was using the term, "web services" in a very general sense to mean anything...
View ArticleVisual COBOL for Visual Studio - WPF - Menu with Images
Oi,Este é um exemplo de como você pode usar imagens no menu.Abraços,CoralHiThis is a demo to show how you can use images in Menu.Best regards,Coral
View ArticleVisual COBOL for Visual Studio - WPF - Dynamic ComboBox with Images
Oi,Este é um exemplo de como você pode usar criar um Combo Box dinâmico com imagens!Abraços,CoralHiThis is a demo to show how you can work with dynamic Combo Box with Images!Best regards,Coral
View ArticleRE: Porting native DLL COBOL program to Managed Code?
The errors you are seeing are due to the default setting of the SOURCEFORMAT directive in managed code projects being SOURCEFORMAT"VARIABLE" instead of SOURCEFORMAT"FIXED" like it is in native...
View ArticlePorting native DLL COBOL program to Managed Code?
We've just been informed that we will no longer be allowed to run our application from the console. Currently our application consists of a number of task-specific native console programs (.exe) that...
View ArticleRE: Removing Visual Cobol from Visual Studio
Hello,You simply uninstall it from "Programs and Features" of Control Panel.Regards,
View ArticleRE: Upgrade VC 2.3 VS2013 to VS2015
If this is on the same computer then you do not have to remove the license as the products use the same license.It also is not necessary that you uninstall Visual Studio 2013 prior to installing Visual...
View ArticleRE: Removing Visual Cobol from Visual Studio
Thanks a lot for the answer.I did but then every time I start Visual Studio an error message sayıng "Micro Focus CS daemon is not running." appears, and I cannot open any Cobol Source file.Should I...
View ArticleUpgrade VC 2.3 VS2013 to VS2015
I would like someone to confirm the following as the "best" way to get from VC 2.3 on VS 2013 to VC 2.3 on VS 2015 on Windows 7 PC:1. Remove VC 2.3 license.2. Un-install VC 2.3 for VS 2013 Hotfix #1.3....
View ArticleRE: Upgrade VC 2.3 VS2013 to VS2015
In other words, VC 2.3 for VS 2013 and VC 2.3 for VS 2015 are using the exact same license. There is no need to uninstall it.Regards,
View ArticleRE: Removing Visual Cobol from Visual Studio
The uninstall of Visual COBOL was completed successfully, but each time you start Visual Studio, it fails with the error "Micro Focus CS daemon is not running". Correct?What was the version of Visual...
View ArticleRE: Removing Visual Cobol from Visual Studio
Thank you very much for your interest. Actually, I solved the problem meanwhile using a third party uninstall program, and it looks the issue has been solved, and I see no sign of Micro Focus Visual...
View ArticleRE: Removing Visual Cobol from Visual Studio
I don't know if you were aware that Microsoft has stopped supporting Visual Studio 2010, but I would suggest upgrading Visual Studio to version 2015 and install the latest version of Visual COBOL,...
View ArticleRemoving Visual Cobol from Visual Studio
How can I remove Visual Cobol from my Visual Studio? Thanks
View ArticleRE: Removing Visual Cobol from Visual Studio
Thanks a lot. I really did not know that, so I will try to upgrade as you suggested. Best regards.
View ArticleRE: How to Print to USB Printer under Win 7 using VS 2015
Having continued to research this problem I ran across net xpress sample in the docs that helped resolve this issue... it is quite different from traditional cobol programming as there is no Select,...
View Article