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

Problem with PFKeys

Dear Chris, We stil have the same problema witk ADISCF in AIX 7.1. When we try toa alter the PFKeys funtion  we didn´t have the same that we have in ADISCF for Windows. Por example in Windows we have...

View Article


RE: Error 0x800b0101

Hi Vadim,Can you please provide some detail about what exactly you are doing when this error message is displayed?Thanks.

View Article


RE: Error 0x800b0101

I try to install the visual cobol by double-click on file - vce_22.exe, which i had download by reference from email  from Distribution@microfocus.com

View Article

RE: Error 0x800b0101

Are you attempting to install this on a Windows XP system by any chance?There is an issue on some Windows XP systems with the Root Certificates not being up-to-date resulting in this type of error.The...

View Article

RE: Error 0x800b0101

I have windows 7 32 bit at work and windows 7 64 bit at home and when i try to install Visual Cobol this error appear on both OS  :(May be this part of log file can help...

View Article


Error 0x800b0101

Hello! Please help me with the following problem (i don't understand what i have to do...):0x800b0101 - A required certificate is not within its validity period when verifying against the current...

View Article

RE: Error 0x800b0101

We believe that either the installer that you downloaded is corrupt or you need to update the root certificates on your Windows 7 computers.The latest product release is 2.2 update 1 and the version...

View Article

RE: Mouse Click Event

Hi,This is supported in native code applications only through calls to specific AF function calls, which do not seem to be documented at the moment in Visual COBOL.The following is an example that is...

View Article


Mouse Click Event

Hi,Is it possible in VISUAL COBOL V2.2 to activate the Cursor postion in Screen Section by a simple clieck over the fields. Still now we are activating the Screen fields using TAB or Arrow Key...

View Article


Does Visual COBOL support Constructor Initializers ?

This is code from a C# program:using DevExpress.Xpo;public class Customer : XPObject {    public Customer() {}    public Customer(Session session) :             base(session) {    }XPObject and Session...

View Article

RE: Does Visual COBOL support Constructor Initializers ?

Hi Phil, should be something like:method-id new.procedure division using by value session as type Session.   invoke super::new(session)   ....end method.

View Article

RE: Does Visual COBOL support Constructor Initializers ?

Thanks Robert.  That compiled.  Now I can use a bunch of DevExpress data binding tools.

View Article

RE: Error 0x800b0101

This appears to be an issue with all of the product installers for the 2.2 GA products due to an expired certificate on one of the .msi files in the installer.Development is currently investigating.The...

View Article


RE: ACCEPT Screen Level Data.

Can you please clarify your question here?What is GMD-REP, a different field in working-storage?The ACCEPT screen section item with USING causes the data-item in the USING to be automatically updated...

View Article

RE: ACCEPT Screen Level Data.

Hi Chris,My requirement is that initially I have moved some values to field GMD-REP. GMD-REP is Screen Level DATA as I mentioned. Now a separate help screen will be pop up by pressing F12 key and...

View Article


Signature xml file

I'm trying to convert a C # code that signer a xml file to vc2010 2.2. NET. I've searched the forum but have not found any examples of signature xml file.Attached the code in C # and running the code...

View Article

RE: Signature xml file

Did you forget to attach?

View Article


RE: Signature xml file

Hi Tom Morrison,Thanks for the feedbackThe attached file assinaXML_C #. txt contains the two codes in C # running and below the that I wrote in VC.

View Article

RE: Signature xml file

Something like the following: $set ilusing"System" $set ilusing"System.Windows.Forms" $set ilusing"System.Xml" $set ilusing"System.Security.Cryptography" $set ilusing"System.Security.Cryptography.Xml"...

View Article

Visual Cobol PE 2.2

This past weekend I first downloaded the 'Full' version of Visual COBOL for Visual Studio 2010 and installed it.  Then I discovered and downloadedVisual COBOL PE V2.2.  I then installed the Personal...

View Article
Browsing all 4356 articles
Browse latest View live