Forum Post: RE: NetExpress convert to Visual Studio
O exemplo que você me passou funciona, vou tentar fazer a adaptação para o SAT.dll mas agora tenho que terminar o processo com o ACBr já esta muito atrasado. Obrigado
View ArticleWiki Page: Visual COBOL 2.3 setup fails with MSI error 0x80070643
Problem: Visual COBOL 2.3 for Visual Studio 2015 fails with the following error message: Setup Failed 0x80070643 - Fatal error during installation. Fix setup issue(s) and retry. For more information...
View ArticleForum Post: Visual cobol PE for Eclipse: Product Activation Request Error
Hi ! I want to probe Visual Cobol 2.3 Personal Edition for Eclipse. When I downloaded and installed on a home computer, automatic activation was simple & successful. But on my workplace I have not...
View ArticleForum Post: RE: Cobol Program Driving the whole flow
I have attached a new sample which shows a typical method of handling this type of flow but as this is a Windows Forms application it uses a main class instead of a COBOL program to control the flow....
View ArticleForum Post: RE: Cobol Program Driving the whole flow
Thanks Chris for sharing the demo app I have tried with the same concept but the requirement is cobol program will be the driver not win forms
View ArticleForum Post: RE: Cobol Program Driving the whole flow
Perhaps if you could explain the actual concept behind this requirement I could make recommendations here. You could certainly change the main class here to be a non-console based COBOL program and it...
View ArticleForum Post: RE: ListView with WPF in Visual Cobol
The SQL directive that you are using is invalid as it should be $SET SQL(DBMAN=ADO) for managed code .NET applications and not ODBC (you also have the directive/value in wrong order) For MySQL you...
View ArticleForum Post: Visual Studio Express compatability
Hello all, Is the 2.3 install compatible with Visual Studio Express? I'm a developer with very little experience with visual studio in general so I don't want to go out and purchase that product if...
View ArticleForum Post: RE: ListView with WPF in Visual Cobol
Thanks for your help. You resolve my problem (the directive in wrong order is a error in the post).. Now i have a little problem: when i select a row of the listview i how can i get selected data?
View ArticleForum Post: RE: Cobol Program Driving the whole flow
yes we have some mixed kind of requirement that's fine we will see to make the change as suggested by you. "Making win forms as the drivers" Thanks a lot
View ArticleForum Post: Global Variables in VISUAL COBOL
Hi I need to consume a .NET COM+ dll in Visual Cobol but there are certain problem which i am facing while trying to consume that. I have native COBOL DLL which is internally calling a Native DLL...
View ArticleForum Post: RE: Visual Studio Express compatability
Sorry but Visual COBOL 2.3 is not compatible with Visual Studio Express but it is compatible with both the Visual Studio Shell for VS 2012 or VS 2013 or for the VS 2015 Community Edition. If you are...
View ArticleForum Post: RE: Combobox using the ::SelectedIndex method
The combobox have limits? I create a combobox with 120 items from a file but at count=65 go out and put just the first 65 items in the combobox. Tanks
View ArticleForum Post: RE: Visual Studio Express compatability
The web site is only letting download Visual COBOL Personal Edition 2.2. Will this edition work with Visual Studio 2015 Community Edition? If not then how to do I get the installer for VC VS2015 you...
View ArticleForum Post: RE: Visual Studio Express compatability
Please use the following link: www.microfocus.com/.../index.aspx Thanks.
View ArticleForum Post: RE: Visual Studio Express compatability
thank you that did the trick. Every time I filled that out in the past it kept sending me to the 2.2 links.
View ArticleForum Post: Ctrl in Visual Cobol Eclipse
Hi, is it possible to change the key of the "go to declaration"-function? (CTRL + Click on variable) It occurs very often that I want to copy or paste something and accidently jump to a declaration....
View Article