RE: Visual Cobol PE
We just released Visual COBOL Personal Edition 2.3 on the PE download site here: In this version we have full support for Visual Studio 2012, 2013 and 2015. Simply download the installer for VS2015 and...
View ArticleRE: Connect MySQL
I just wanted to ensure that you are using the correct project type here.If you select DBMAN in the SQL tab and the default option is ADO then this is a managed code .NET project. If you were using a...
View ArticleRE: 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 ArticleVisual Cobol PE
Just upgraded to Visual Studio 2015. Whuch version of VCPE do I need to install?Thanks
View ArticleVisual 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 ArticleRE: 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.In...
View ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleVisual 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 not...
View ArticleRE: 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 ArticleRE: 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 ArticleGlobal Variables in VISUAL COBOL
HiI 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 which...
View ArticleRE: 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 ArticleRE: 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 ArticleCombobox using the ::SelectedIndex method
My form consists of several dropdown list 'Comboboxes' with several values in each box.The first time into the code I'm setting up textboxes which accompany these boxes like...
View ArticleRE: 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 Article