Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

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 Article


Unable 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 Article


RE: 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 Article

COBDIR 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 Article

RE: 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 Article


RE: 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 Article

Stored 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 Article

RE: 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 Article


VC 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 Article


WPF 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 Article

RE: 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 Article

Import 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 Article

RE: 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 Article


Clean 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 Article

RE: 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 Article


Image may be NSFW.
Clik here to view.

RE: 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 Article

Join 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 Article


Report 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 Article

Image may be NSFW.
Clik here to view.

RE: 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 Article

RE: 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
Browsing all 4356 articles
Browse latest View live