2 VC for Eclipse questions on remote environment
Hi all,1) Is it possible to change the Listing directory created by Visual COBOL on the Remote environnement?2) Because we are able to regenerate all the application programs on the remote target...
View ArticleRE: 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 ArticleRE: 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 Java...
View ArticleRE: Wich Eclipse Version for Visual Cobol?
Thanks Darren!This is the Information that i Need :-)
View ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 UPDATE...
View ArticleRE: Errors with Standard OO Program
Chris GlazierCan you please post the source of the program that you are trying to compile?BankMain.cbl: PROGRAM-ID. BANKMAIN. ENVIRONMENT DIVISION. CONFIGURATION SECTION....
View ArticleRE: 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" CLASS-ID....
View ArticleErrors 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 fails...
View ArticleErrors 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 "UPDATE...
View ArticleRE: 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 know...
View ArticleRE: 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 ArticleVisualCOBOL 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 ArticleRE: Wpf Listview Multi Select w/checkbox
Did you receive my solution and could you find what you need?RegardsWerner Lanter
View ArticleRE: 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 ArticleRE: 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 ArticleRE: VisualCOBOL in a Nutshell videos
Hi, I think this isn't what I want, I want the one about the "exec ado" statement in both types connected and disconnected.Best Regards
View Article