VISUAL COBOL, .NET and Microsoft Office combined is a great opportunity for a...
[Migrated content. Thread originally posted on 04 January 2011]Considering that most COBOL apps store customer contact information one way or another, there should be nice opportunities for some CRM...
View ArticleRE: CCW type project, can also be called from Managed?
I think I need to re-attach the other zip...
View ArticleCCW type project, can also be called from Managed?
OK, I have put together a scenario where I have a Native Console COBOL program code calling (invoking) a Managed Win-Forms COBOL program code (class/method). This was based on the CCW tutorial plus...
View ArticleVisual COBOL for Visual Studio 2013
I would like to use Visual COBOL 2012 Personal Edition with Visual Studio 2013. So far, I haven't seen an installer for Visual Studio 2013. I was just wondering whether there is any harm in installing...
View ArticleRE: Visual COBOL for Visual Studio 2013
While the fully licensed version of Visual COBOL is available for Visual Studio 2010, 2012 and 2013, the Visual COBOL Personal Edition is currently available for Visual Studio 2010 and 2012 only.The...
View ArticleRE: Visual Studio for Visual Cobol
Hello jeswoope,If you don't have Visual Studio installed already, the Visual COBOL setup will install the Shell edition of Visual Studio, which is the tool that is used to edit and work with programs.I...
View ArticleRE: Visual Studio for Visual Cobol
Does or is the shell install enough options to program successfully or do I need the Visual Studio. And if I do, how much is this studio and what comes with it.
View ArticleVisual Studio for Visual Cobol
I am going to be downloading a copy of Visual Cobol on my labtop and am wondering do I need to install a Visual Studio copy to edit and work with the programs?
View ArticlePassing a record from native to managed
I'm passing this ISAM file record from native to managed, using com-interop: 03 RHS-REF-TRANS-HIST. 05 RHS-REF-TRANS-HIST-KEY. 10 RHS-TYPE-REC-ID PIC X....
View ArticleRE: Activate Visual COBOL Personal Edition
Have you tried using the manual option to activate your free product? if os, and it still fails, can you try re-installing the software.
View ArticleRE: Activate Visual COBOL Personal Edition
I just did what you wrote and i worked - sort of... I got an email from MF and pasted it into the IDE.A new windows displayed "Your Visual COBOL trial has expired" and it's asking me to send an email...
View ArticleRE: Activate Visual COBOL Personal Edition
I'm assuming that the version you had back in December was Visual COBOL for Visual Studio 2013. Did you remove that version before installing PE?
View ArticleActivate Visual COBOL Personal Edition
Hello,After I downloaded Visual COBOL Personal Edittion, I do have some problems with activating the free product.After I launch Visual COBOL in Visual Studios I must activate it by entering my e-mail...
View ArticleRE: Activate Visual COBOL Personal Edition
Yes I did. This is the window that occured after I got the reply from Micro Focus:puu.sh/.../21091ba4c7.png
View ArticleRE: Read file in COBOL
You need to tell it what medium your file is on:SELECT F1 ASSIGN TO DISK "TEST.DAT".
View ArticleRE: Read file in COBOL
Hello Thomas,I don't see anything wrong with the whole SELECT clause. Do you get the error when you compile or run the application? Can you attach a screenprint showing the error please.Regards,
View ArticleRE: Read file in COBOL
I see two thing you may want to change, first remove the word DISK and change the double quits to single ones.
View ArticleRE: Passing a record from native to managed
Correction - null values won't be showing up in any of these fields but they may sometimes be set to low-values.
View ArticleRE: Read file in COBOL
One more thing, you may want to add organization is line sequential. following the file name.
View Article