Quantcast
Channel: Visual COBOL
Browsing all 5819 articles
Browse latest View live

Forum Post: 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...

View Article


Forum Post: 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


Forum Post: RE: Call Stack

No, not working as described. I'm in the second paragrap[h of the subprogram. I see the call point from the main program to the submodule. And I see the current execution point. I do not see the point...

View Article

Forum Post: RE: Call Stack

under Options, add file does work.

View Article

Forum Post: RE: Call Stack

Sorry, I didn't catch that this is Enterprise Developer and you are debugging under Enterprise Server as you have posted this to the Visual COBOL forum. I will move your post to the Enterprise...

View Article


Forum Post: RE: Does Visual COBOL support Constructor Initializers ?

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

View Article

Forum Post: 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....

View Article

Forum Post: 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...

View Article


Forum Post: 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


Forum Post: 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

Forum Post: RE: Signature xml file

Did you forget to attach?

View Article

Forum Post: RE: Signature xml file

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

View Article

Forum Post: Passing Array Between Forms

Hi I want to pass an array of arbitrary size from one form to another.  The array would contain employee numbers PIC 9(9) and a flag to say whether the employee had been selected. Basically, from the...

View Article


Forum Post: 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

Forum Post: 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 downloaded Visual COBOL PE V2.2.  I then installed the Personal...

View Article


Forum Post: RE: Visual Cobol PE 2.2

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 working on a...

View Article

Forum Post: RE: Passing Array Between Forms

Hi Brendan, I'm not certain I fully understand what you're trying to do, but could you do something like: class-id Employee. 01 Number binary-long. 01 Selected condition-value. ... end class. You can...

View Article


Forum Post: RE: Passing Array Between Forms

The following is an example which demonstrates the following: 1. main form populates an array with an Employee object like Robert explained. 2. Pass this array to a subform where it will be stored in...

View Article

Forum Post: RE: Visual Cobol PE 2.2

Development has now fixed this problem and has replaced all of the 2.2 GA product installers with the new fixed versions. Please try downloading the Visual COBOL Personal Edition 2.2 product again and...

View Article

Forum Post: RE: Error 0x800b0101

Development has now fixed this problem and has replaced all of the 2.2 GA product installers with the new fixed versions. You should now be able to download the 2.2 GA product versions and install...

View Article
Browsing all 5819 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>