Forum Post: RE: Wpf Listview Multi Select w/checkbox
Hi I would like to ask you where the problem is. Is it to define the Listview with XAML, or is it the handling of the of the Ceckbox Status in the Listview Items? Freundliche Grüsse Werner Lanter
View ArticleForum Post: RE: 2 VC for Eclipse questions on remote environment
1) You can use the LISTPATH directive to set a different location for the Listing directory. This will then override the directory named 'Listing' where the list files will be put by default if you...
View ArticleForum Post: RE: Wich Eclipse Version for Visual Cobol?
Eclipse 3.8.2 (32bit) is installed as part of the Visual COBOL 2.2 install process with all of the Micro Focus and required third party plugins all set up for you. The Eclipse version is the full...
View ArticleForum Post: RE: Wich Eclipse Version for Visual Cobol?
Thanks Darren! This is the Information that i Need :-)
View ArticleForum Post: RE: Wpf Listview Multi Select w/checkbox
My Listview layout (below) is what I have defined. Not sure if I need relativesource stmnt, but was in the example I found. I guess my question now is when I read thru the Listview in behind code, how...
View ArticleBlog Post: What’s new in Visual COBOL for Visual Studio 2.2?
On 15 th November 2013 Micro Focus released the 2.2 version of Visual COBOL and Enterprise Developer. We’ve added lots of great new features that we hope you’ll like. Let's take a look at just a few…...
View ArticleForum Post: RE: 2 VC for Eclipse questions on remote environment
Thanks for yours answers... I will use your solution for the first answer. The second one will be discussed with our customer because of theirs constraints: - global compilation process, - multiple...
View ArticleForum Post: Errors with Standard OO Program
I've been trying to run the COBOL standard's sample OO application (Section C.18.10 in the 2009 draft) but I've been unable to. I can compile it as is successfully but when I run it, it instantly...
View ArticleForum Post: RE: Errors with Standard OO Program
Can you please post the source of the program that you are trying to compile? If you are using the REPOSITORY directive with CHECKING ON then you should also have this set to use REPOSITORY with...
View ArticleForum Post: RE: Errors with Standard OO Program
Chris Glazier Can you please post the source of the program that you are trying to compile? BankMain.cbl: PROGRAM-ID. BANKMAIN. ENVIRONMENT DIVISION. CONFIGURATION SECTION....
View ArticleForum Post: RE: Errors with Standard OO Program
Change the account class so that it uses just the UPDATE ON option of the repository directive and add the as "base" to the CLASS phrase as shown below: $set repository "UPDATE ON"...
View ArticleForum Post: VisualCOBOL in a Nutshell videos
Hi, is there a way to get the code used in the mentioned video series or making it available here in the community?
View ArticleForum Post: Errors using properties
I've been unable to find a way to use the properties in my program without the compiler complaining 'COBCH1304: Method not found in the repository'. Here's the code: Int.cbl: $SET REPOSITORY...
View ArticleForum Post: RE: VisualCOBOL in a Nutshell videos
I will be posting all of the code used in the videos as a set of KB articles on the community site after the first of the year. If there is a particular example that you are interested then let me...
View ArticleForum Post: RE: VisualCOBOL in a Nutshell videos
Hi Chris, First of all Good Job, the series is amazing. If you could attach the exec ado connected and disconnected example, I will be thankful. Merry Christmas :-) Best Regards
View ArticleForum Post: RE: Wpf Listview Multi Select w/checkbox
Did you receive my solution and could you find what you need? Regards Werner Lanter
View ArticleForum Post: RE: VisualCOBOL in a Nutshell videos
I have attached file OpenESQLConnect.zip to this post. I hope that this is the one that you were asking for. Be aware that one of the projects is a C# project so it will not work if you are using only...
View ArticleForum Post: RE: VisualCOBOL in a Nutshell videos
The videos are located at www.youtube.com/.../videos . Currently, there are 12 "Visual COBOL in a Nutshell" videos posted.
View Article