Forum Post: RE: TFS with Net Express
Sorry, I put my question into bad group. Can anyone move it to Net Express / Server Express group? Thanks.
View ArticleForum Post: RE: 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 various...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: '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 ArticleForum Post: RE: '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 ArticleForum Post: Visual 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 error Page Not Found The page you are looking for has not been found on...
View ArticleForum Post: RE: Visual Cobol PE
Try this: www.microfocus.com/.../personal-edition You can then click on Trial and it will let you select the version, etc.
View ArticleForum Post: RE: 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 ArticleForum Post: RE: '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 ArticleForum Post: How 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...
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: How does MF INVOKE interface with windows?
I understand your dilemma. The column header is added in the AddColumn method. In the example program this occurs in Add-List-Header section.when statement: EVALUATE Call-Function WHEN...
View ArticleForum Post: RE: How does MF INVOKE interface with windows?
thanks, in my haste i missed the separate pages for listview / item / header. HOWEVER... in a quick " SetLabel" method test, I get error "240 obj ref not valid lsthdr" using code below. The...
View ArticleForum Post: RE: How does MF INVOKE interface with windows?
TERM-FIELD is a pic x data-item and the setLabel property is expecting an object. Create a CharArray object from your string and then pass the object in and it should work.
View ArticleForum Post: RE: How does MF INVOKE interface with windows?
Thanks Chris, that sorted it.
View ArticleForum Post: RE: How does MF INVOKE interface with windows?
Hi again Chris, With a view to doing more outside of dialog... is it possible to get the object reference of dialog window elements (buttons, text boxes etc)? I would like to use the AbstractWindow...
View ArticleForum Post: Can Cobol Server and Server Express coexist on AIX
As I am transitioning to Visual Cobol can I install Cobol Server on AIX without removing the current Server Express install?
View ArticleForum Post: RE: Can Cobol Server and Server Express coexist on AIX
Hi ccooper29, Welcome to the Micro Focus Community Site! Yes, COBOL Server (which is the runtime-only companion product to Visual COBOL) can be installed alongside an installation of Server Express....
View ArticleForum Post: RE: Can Cobol Server and Server Express coexist on AIX
Thank you Blair. Is this also true for the Windows server version?. Thanks. H
View Article