RE: Cobol Server 2.2 compatibility
Thanks for your reply Chris.I am trying to download Cobol server 2.3 for Visual studio 2013. But there is only standard cobol server for windows listed. I do not see s/w specific to Visual studio...
View ArticleRE: Migrating individual cobol files to individual projects in Visual Cobol
I have now fixed the link referenced.Thanks
View ArticleRE: Screen Sections Borders
Hello RiaanP:On Unix/Linux, terminal emulation must be configured in order for the borders and line-drawing to work. The configuration depends on which terminal emulator you are using.Set the...
View ArticleRE: Cobol Server 2.2 compatibility
Starting with V2.3 we now only have one version of the COBOL Server product that covers all of the Visual Studio product versions.
View ArticleRE: 'OdbcWrapper.Class1' threw an exception
We are using Micro Focus Visual COBOL 2.3 Version 2.3.02188Our new winform application makes call to native cobol programs which needs ODBC connection to execute stored proceudres. Winforms are...
View ArticleRE: Winform application setup
I did copy all the files located in "C:\Program Files (x86)\Micro Focus\COBOL Server\redist\v4.0" to my application folder.All my programs with doesn't require ODBC conneection works good when...
View ArticleRE: 'OdbcWrapper.Class1' threw an exception
The error you are receiving is for ODBC support on the managed side and not on the native side. Are you compiling your managed code application using the SQL(DBMAN=ODBC) directive as well? If you are...
View ArticleRE: Seeking Dialog ListView programmed control DEMO
Thanks Chris and Happy New Year to you.I have the latest VC. STUPID QUESTION... but I can't find the samples browser?Linden
View ArticleRE: Connecting to default MySQL ODBC?
Ok thanks Chris, I'll switch to specific connections.
View ArticleRE: Seeking Dialog ListView programmed control DEMO
Navigate from the Start Menu-->All Programs-->Micro Focus Visual COBOL group. Double-click on the icon named Samples. This will open up the Samples Browser and allow you to select and open up...
View ArticleRE: Seeking Dialog ListView programmed control DEMO
Thanks Chris, found it. Will be a useful old resource. ('All programs' etc somewhat hidden away in windows 10).
View ArticleRE: 'OdbcWrapper.Class1' threw an exception
My solution has two projects. Project 1 - winform (managed template)Project 2 - wrapper class and native cobol (managed)First project includes winforms calling wrapper class in second project. My...
View ArticleRE: 'OdbcWrapper.Class1' threw an exception
I think that there is a miscommunication here about the term "native cobol". When we use the term native COBOL we are referring to unmanaged procedural code programs that are compiled as Windows .obj...
View ArticleRE: Visual Cobol PE
Try this:www.microfocus.com/.../personal-editionYou can then click on Trial and it will let you select the version, etc.
View ArticleVisual Cobol PE
After I reinstalled my notebook I need to reinstall my copy of Visual Cobol PE. When I try to download I received the errorPage Not FoundThe page you are looking for has not been found on...
View ArticleRE: Visual Cobol PE
Hi, I try this more the one time! I receive a mail with a link, and then I see the same error...
View ArticleRE: 'OdbcWrapper.Class1' threw an exception
Even i do agree with you that there's some system file/assembly not available/accessible when run from workstation. My workstation has ODBC driver and DSN setup. I can still run my old dialog systems...
View ArticleHow does MF INVOKE interface with windows?
Hi,I'm using MF Dialog ListView control in windows 10 visual cobol 2.3.2. Through intelligent guesswork I've added: INVOKE my-listview-item-objref "centered" to the MF generated listview prog i.e. to...
View ArticleRE: How does MF INVOKE interface with windows?
Hi Linden,I would strongly recommend that for any new GUI development projects that you should NOT use Dialog System and the native OO Class Libraries.We included Dialog System support in Visual COBOL...
View ArticleRE: How does MF INVOKE interface with windows?
Thank you Chris, that is so very helpful.I appreciate what you are saying and if I could easily migrate from Dialog I very gladly would but I'm on a big project with tight deadline. I am moving more...
View Article