New developer machine for Object Cobol 4.0.07
Hi We have some legacy applications that are compiled with Object COBOL 4.0.07 which was installed on an older desktop (Windows 95)I'm a support guy at work and make me a petition to prepare a new...
View Articlewindows 8.1 Installation problems
I am trying to install Visual Cobol on my laptop. I am running Windows 8.1, my visual cobol serial number is 600000526614, product name is, Visual COBOL for Visual Studio Personal Edition, version is...
View ArticleWill need help getting 2 colleagues set up with Visual Studio / Micro Focus...
It was suggested at Micro Focus sales that possibly Chris Glazier or maybe Jim Baum would be the person to help me get my 2 newbie colleagues set up. We've just purchased licenses for one developer...
View ArticleLoginForm Call MdiForm
Hi, how to close a LoginForm passing control to MDIForm without closing the application?
View ArticleCOBCH0804: Source limit of 2200 procedure lines exceeded.
I have a project with one main form and six sub-forms. While entering code for Form5 I received the message "COBCH0804: Source limit of 2200 procedure lines exceeded". The main form is a menu with...
View ArticleBernd.riemke please respond
Please confirm receipt of the detailed e-mail + attachment I sent, at your request, to you at Bernd.riemke@riemke-it.de regarding setting up my colleagues with Micro Focus COBOL.
View ArticleCobol JVM Example - Classpath
[Migrated content. Thread originally posted on 17 February 2011]Hello,is there a way to add libraries to the classpath in Eclipse.I have a class in a .jar file (code below) :package...
View ArticleWPF MessageBox...
Hi!I have a WPF MessageBox like this:invoketypeSystem.Windows.MessageBox::Show("Mein Text", "Kopfzeile",...
View ArticleProblem trying to open files
I'm using a Visual COBOL trial licence to migrate one program developed using a very old COBOL version to a newer one, and im facing a problem related to file handling.The program needs to open a...
View ArticleCOBRT217
I've compiled up a lot of .obj files from with VisualCobol 2.1 using Visual Studio.I need to get these running on a linux server using cobrun.I tried grabbing the obj files and using "cobrun...
View ArticleSet IMAGE Source manuel in WPF
Hi!I must set a Image like this in C#:imageArtikel.Source = newBitmapImage(newUri(Bild));Have anyone done it before?
View ArticleSomething I can set to see if my Caps Lock is on?
On the bottom of my screen, when I'm editing a COBOL program in Visual Studio, I can see the status of my insert key (OVR/INS), but I can't see whether I've got CAPS LOCK on. Is there something I can...
View ArticleInsert Key
When Editing data in a text box, how can the Insert key toggle between Insert and Overwrite. It seems to be stuck in Insert mode. This is during execution not design.I Have a check box on my form. It...
View ArticleChecked List Box
How do I get a list of checked Items from a checked List Box? I have tried several methods but it won't accept anything. I need help!
View Articletextbox to pic9
Hi,i have textbox in Window Form.Can i move textbox to cobol pic 9 field?textbox have max "999" ou " 9"....But my field in cobol is pic 9.
View ArticleRead one specific record from indexed file
Hello all,I know its a simple quesiton, but I couldn't find any solution on the WEB.I have an indexed file that i can entirely read with the code...
View ArticleOne more C# WPF to Cobol
here is the c# Code:List<string> options = newList<string>() ((CollectionViewSource)this.FindResource("cvsOptions")).Source = optionsList<WPFGridZeilen> GridList =...
View Articlestatic method
I am working with winforms and in the file section I have a file that needs to be accessed from a static method. I get the following error message on fields that are associated with that file...error...
View Article