Forum Post: Cannot Validate Free License
Hi there, I am a student and I'm trying to activate the Visual COBOL PE for Eclipse (Windows) software and i cannot seem to activate it. I have registered my email and received the download link. I...
View ArticleForum Post: RE: ASP.net template
There is a template called ASP.NET Empty Web Application that you can select. This just creates an empty web project and you can add new items to the project as you see fit.
View ArticleForum Post: Visual Cobol 2.3 update 2
Hi, Recently i have noticed a issue with debug option in VC 2.3. I am able to debug code line by line in winform (code behind) but visual studio just skips the debug pointer to next statement during...
View ArticleForum Post: 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 ArticleForum Post: RE: ASP.net template
I tried that but it is a bit too far in the opposite direction. As a newbie to Visual Studio I am not sure how to add new items to the project or even where to find them.
View ArticleForum Post: Net 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...
View ArticleForum Post: RE: Net Express project migration to Visual Cobol
More info: When I am trying to debug main program (still compiled wit Net Express) when this program call then new one (compiled thru Visual Studio), I got this error message: 173 Called program file...
View ArticleForum Post: RE: Net Express project migration to Visual Cobol
Solved must copy file mfsqlsmf.dll from Visual Cobol folder, to our program folder
View ArticleForum Post: Debugging
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 ArticleForum Post: Tooltip 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 ArticleForum Post: Conditional 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 ArticleForum Post: Examining 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 ArticleForum Post: RE: Net Express project migration to Visual Cobol
Copying product or system DLLs to your program folder is not recommended. The DLLs should be left in their proper locations. If PATH and COBPATH are set correctly in the program's environment, the...
View ArticleForum Post: RE: ASP.net template
If you are just trying to create a Web site instead of a full ASP.NET application then there is a template under New-- Web Site-- ASP.NET Web Site that you can use but I would really recommend that...
View ArticleForum Post: RE: Net Express project migration to Visual Cobol
From your description above it appears that you are trying to call Visual COBOL executables directly from a Net Express main program. This may work if you are creating a new process using...
View ArticleForum Post: RE: Debugging
The executables compiled with Net Express are not compatible with executables compiled with Visual COBOL. You cannot mix them in this manner and you cannot debug Net Express programs using Visual...
View ArticleForum Post: RE: Visual Cobol 2.3 update 2
The behavior you describe has always been the case with Visual COBOL and has nothing to do with upgrading to 2.3 update 2. If you are calling an unmanaged program from a managed program then you can...
View ArticleForum Post: Unstring in Visual COBOL
Hi I am trying to perform an Unstring on a response received(String). Following is the code which i am using 01 numeric-test-var PIC 9(1) . 01 input- String1 PIC x(9) value spaces . 01 String2 PIC...
View ArticleForum Post: RE: Unstring in Visual COBOL
The rules for the UNSTRING statement state that the behavior of unstringing a value into a receiving field will be the same as if a MOVE were done between the sending literal and the receiving field...
View Article