Uninstall Problem
I now have VC PE 2.3 on my machine. However, when I go to install it, it gives me 3 errors. 1) Uninstall VC 2.2 2) Uninstall Enterprise Developer and 3) MF License Manager required. I tried to...
View ArticleUnable to capture console screen
Hi , Like how we can drag and select in putty , I am unable to capture the console screen output ( created using screen section ) using select all from the mouse click.Please advise if any suggestions...
View ArticleRE: VC PE 2.3 FOR VS 2015 Debugging
It would appear to me to be a Visual Studio issue, since the Debug windows are a VS feature.What does the Debug > Windows sub-menu list?Are you using a full version of Visual Studio, or the Visual...
View ArticleCOBDIR Issue
Hi,I am using a batch to compile my Cobol programs to create dll/ exe. I have also created a cobol.dir file for some compiler directives options and kept the 'COBOL.dir' at certain location.In the...
View ArticleRE: COBDIR Issue
Hello Anand:Do not set the COBDIR environment variable to indicate the location of a cobol.dir file, because COBDIR is supposed to indicate the place where the whole Micro Focus product is installed....
View ArticleRE: VC PE 2.3 FOR VS 2015 Debugging
The sub menu lists breakpoints, watchpoints, program breakpoints,exception settings, output, show diagnostic tools and immediate. I am using VS Community 2015 which I believe is a full version.
View ArticleStored Procedure Output
Hi ,I have the following code in cobol program:MOVE 1 TO SP-P-MEMBER-NOEXEC SQL call SP-GET-MEMBER-EMAIL(:SP-P-MEMBER-NO IN , :SP-O-EMAIL-ADDRESS OUT ) END-EXEC.And below is my stored procedure...
View ArticleRE: VC PE 2.3 FOR VS 2015 Debugging
Is the debugger actually attached to a process?I don't use VS 2015 myself, so it's possible that Microsoft has changed the menu layout, or that some option controls whether the Memory windows are...
View ArticleVC PE 2.3 FOR VS 2015 Debugging
I am working with the debugger and cannot find Debug==>Windows==>Memory==>Memory 1. Is it not available for the personal edition? Or is it a VS problem? Thanks - John
View ArticleWPF IValueConverter
I don't know how to define the ValueConversion attribute in a Cobol class implementig IValueConverter. Can anybody translate the following C# definition. [ValueConversion(typeof(DateTime),...
View ArticleRE: Import a Remote Copy Book Project
Thank you for visiting the Micro Focus Community Forum. Please try the following:1) Click File > Import > Micro Focus > Remote COBOL Projects. (In some versions of Visual COBOL for Eclipse,...
View ArticleImport a Remote Copy Book Project
Hello,my colleague created a remote copy book project.My Problem is simple: I just can't see any option to import the project.If I try importing it with the normal remote project option it does not...
View ArticleRE: WPF IValueConverter
Hi Lanter, you should be able to use something like: $set ilusing"System" ilusing"System.Windows.Data" class-id DateConverter implements type IValueConverter attribute...
View ArticleClean WebForm
I need to clean a webform but I would like to field the field found a routine in C # you can convert to Cobol . Thank you protectedvoidButton1_Click(objectsender,...
View ArticleRE: Clean WebForm
Hi,This code should do it:- method-id Button1_Click protected. procedure division using by value lnkSender as object lnkEvent as type System.EventArgs. invoke...
View ArticleRE: Import a Remote Copy Book Project
Hello,this I already tried.I want to import a remote copybook project.A copybook project is a different type of project which can't be imported with this method because it doesn't show up in the...
View ArticleJoin Query
Hi , In Embedded SQL we could write a Join SQL query and get the desired results from two or more table in one go.But in ADO.Net , we create a dataset for two table and define a relation between them....
View ArticleReport Writer under managed COBOL?
Does anyone know of any restrictions or issues with using Report Writer in managed COBOL? Does anyone have any experience with Report Writer in managed COBOL? We've converted a number of our "batch"...
View ArticleRE: Import a Remote Copy Book Project
Sorry to hear that this did not work for you. Perhaps the feature behaves differently in that fairly old (Visual COBOL for Eclipse 2.2) version of the product. I have confirmed that with the current...
View ArticleRE: Report Writer under managed COBOL?
I don't have any experience with Report Writer in managed or unmanaged COBOL, I'm afraid. However, my initial guess is that a generated method needs to be decorated with the...
View Article