Visual Cobol Trial
Hi,please yesterday I registered for trial licence of Visual Cobol. Message on final page said, that within 15 minutes email with download link arrive, but nothing happens. What should I do? Is there...
View ArticleNet Express project migration to Visual Cobol
Hi,in our company we are testing conversion our Net Express project to Visual Cobol. We success in project conversion, we can compile our programs, produce .gnt and .idy file.But when I try to run it...
View ArticleDebugging
Hi,please I have troubles with debugging. I have this situation:compiled .GNT and .IDY file (can't use .INT, because program is called from Infor SunSystems and there must be GNT) I have checked...
View ArticleTooltip behavior in managed COBOL
Does "Show OCCURS or reference modification value" work in managed COBOL? I have it set (checked) in Debug>Options and settings..., Debugging>Micro Focus COBOL, under Tooltip style. And yet while...
View ArticleConditional Breakpoints in managed COBOL
Do Conditional Breakpoints work in managed COBOL? I set a breakpoint on a line of code, right-click the red ball icon an select "Condition...", and enter the desired condition (using the same syntax as...
View ArticleExamining File Status in managed COBOL
While stepping through execution (debugging) COBOL code in Net Express 5.1, you could hover over an internal file name wherever it appeared in the code and get the File Status for the last IO operation...
View ArticleUnstring in Visual COBOL
HiI am trying to perform an Unstring on a response received(String).Following is the code which i am using 01 numeric-test-varPIC 9(1) . 01 input-String1PIC x(9) valuespaces . 01 String2 PIC x(6)...
View ArticleADO
Hello,I'm tryin to use the following statement in one of my managed Cobols:EXEC ADO GET CONNECTION INTO :MyConnectionEND-EXEC.How should I declare the MyConnection field in my Cobol program.I tried...
View ArticleControls autosize in Visual cobol winforms
HI,Netexpress dialogs supports controls autosize (adjust to the dialogs size) when dialogs are extended/dragged/maximized. Is there any such facility available in Visual cobol winforms?
View ArticleWM_COPYDATA
Hello,please help. I have 2 applications - managed and native - and need to use WM_COPYDATA message to pass (in this case just one string) data from managed to the native one. The most important is to...
View ArticleLooking for Resource
Does anyone know of a Visual Cobol expert looking for a job in Orange County, CA. I have an open position for a contract to hire position.
View ArticleVisual COBOL for eclipse
I'm running Windows 10. I've downloaded a student trial version of Visual COBOL for Eclipse -> vce_23.exe I run the .exe and it loads Eclipse Luna JAVA EE - but doesn't offer me a new COBOL project...
View Article.Net Cobol
What is the .net cobol equivalent to the following C# code? I just need to know the equivalent to the ++ operator and how I would write score++ in .net cobol. int score = 1;if (Regex.Match(password,...
View Article.Net Cobol
What is the difference is using data type condition-value vs type System.Boolean. For example:method-id btnSubmit_Click final private (sender as object e as type System.EventArgs).local-storage...
View Article.Net Cobol SqlDataReader
This is just sample code, but I wanted to know what would be the equivalent .net cobol to the while(dr.read) and populate to a list. publicclassStudent{publicint ID...
View ArticleHow to refresh MF dialog obj from a program?
Hi there,Is there an MF dialog GUI method to refresh an object only i.e. not set focus on it?For example to enable an object i just do this. Is there a refresh equivalent method?CALL 'GUI-enable' using...
View Article.Net Cobol
In looking at the evaluate statement for the button click event, why does the evaluate txtEmailAddress::text::IsValidEmail() produce an error selection object does not match selection subject. I put...
View Article.Net Cobol
How would one do this in Cobol .Net? My main concern is the IsValidData function. How would I write that in .net cobol using invoke. I tried invoke type...
View ArticleEnum
How would one rewrite the Enum.GetNames(typeof(MyEnumType)) syntax to .net cobol. I am trying to populate my combobox with an enum and I cannot figure out the syntax for the GetNames().publicenum...
View ArticleProgram Statistics
Is there a way to produce COBOL program statistics report. Similar to the method Mainframe express used to do it. I need the lines of code for the programs. We are starting a process of source cleanup,...
View Article