How to direct output to a Windows Form using Visual Cobol
I have a simple Cobol program that calculates prime numbers sequentially.By default the output is directed to a DOS window.I would like to direct the output to a Windows Form.All of the Visual Cobol...
View ArticleVariable number of arguments to a cobol program
Is there a way to create a COBOL sub-program (procedural) that accepts a variable number of arguments similar to the "C" va_start or "Java" ... or "C#" params keyword. Thanks
View Articleassinar xml
Boa dia a todos, por favor estou tentando fazer uma assinatura digital em um XML, e esta dando super certo com a ajuda do exemples que Chris Glazier e Altair Borges me enviaram, porem esta assinando...
View ArticleVISUAL COBOL PE
I will be away for a while and would like to be able to work on my Laptop.Is it in order to install the version of PE that I have on my Laptop as well?I will only ever be working on either the PC or...
View Articlegridview data processing
In the 2017 Visual Studio with COBOL processing I have not been able to find a good solution to process numeric data entered in the gridview. I'll describe a situation. With a three byte field...
View ArticleAre these any good tutorials out there yet?
Hello,I am new here. Grid editor is great, I am creating some new widgets for one of my Covoco sites and wanted to try out creating some custom grid editors but there doesn't seem to be much...
View Articlecorrupted index files
Hello, one of the Indexed file is being corrupted all the time. This file gets updated through out the day. It has been working for past 20 years. the problem started recently. unable to find the root...
View ArticleCobol Server 3
Hi,Can someone please advise from where I can download the 'Cobol Server' for Visual Cobol 3 for Visual Studio?I understand that it need to be deployed as part of the application,Thanks in advance,
View ArticleAdvice pls re. Visual Studio very slow (updating/parsing?)
Hi all,I'm just interested to know if others have this issue. I'm using VS2015 in Windows 10 but had same problem with earlier versions.VS starts updating (I assume that's what it's doing) without...
View ArticleUsing different databases in same COBOL program
I need to get info from tables in database X, which the COBOL program is connected to, and insert info from them to a table in database Y, which the program is not connected to. Is there a way to do...
View Articledeploy managed cobol dll with.net project .net in IIS
I have made a dll with visual cobol for visual studio 2.3 and it works in a web project asp c # locally. The dll works correctly using the visual studio environment 2012 in a machine with cobol server...
View Articledisplay line x position y index out of bounds
I have a simple cobol console program using visual studio 2017 (running visual cobol 2017)display "ackack" line 4 position 10.this throws an "index out of range exception"this syntax worked with Visual...
View ArticleManaged VisualCobol .NET on LINUX
Does VisualCobol in Managed mode support .NET Core 2.0 on LINUX?
View ArticleFilling listboxes (.NET) from file data
Hello to all!I want to fill a listbox from a .dat file but I am stuck!!!method-id ShowListBox public. local-storage section. 01 listItem string. procedure division....
View ArticleHow to create a OK/Cancel message box in VC...?
Hello guys!I have a newbie question...I want to create a OK/Cancel message Box in visual cobol and I am stuck...All I want is to return a condition value (when I press OK return true and when I press...
View ArticleTrial activation
hello, I have been trying to install Visual COBOL for eclipse for Windows (Personal edition) and i can't activate the product. I am using the same email I used for registration and I am still getting...
View Articlecontent size of a string
Good afternoon, please have a string type variable and it has a text of x characters, there is a function so that I can get the exact size of this content, I am joining 3 variables in a string and...
View ArticleWhen region restarted input queue & active queue has disappeared
Hi Team, Whenever region restarted input queue & active queue has disappeared in our environment. Kindly let us know is there any way to fix this issue as permanently.?
View Articlehow to search listBox items from textBox dynamically
Hello!I have a listBox that shows specific records of a file.I want to create a textBox so if I type something inside there then the SelectedItem will go to the specific one.Any ideas?
View ArticleUpdating Excel spread sheet
I've been playing with creating a text file which is imported into an Excel spread sheet. I get good results when the spread sheet in empty but importing to an existing spread sheet(which is what I...
View Article