RE: Using 'Call' in Method
I tested this here and it works fine for me.I am using VC 2.2 for VS2012.I am attaching my simple demo which has two projects, the main windows form app and then the class library project containing...
View ArticleRE: Using 'Call' in Method
Your example worked on my system too. We are using this copybook cblproto.cpy that was provided by you guys, could that cause a problem? I have check properties and everything I can think of.
View ArticleRE: Using 'Call' in Method
Using cblproto.cpy should not cause a problem as that only ensures that parameters are correct for the system run-time routines. In fact I just added it to the top of each of the projects in my example...
View ArticleRE: Using 'Call' in Method
It was managed code. If I put the sub program in the same project as the calling program ,it works fine. I will use that for now until I have more time to explore.Thanks for all of the help.
View ArticleRE: Errors using properties
Thanks for the reply, Chris.If you do wish to use the COBOL standard OO syntax and you continue to have problems then you should submit a support incident with customer care so that we can try to...
View ArticleRE: Retrieve AppSettings in HTML
The section in web.config in which you are setting this is for setting environment variables and not strings.You should add an appsettings section under the configuration header and read the value from...
View ArticleRE: Retrieve AppSettings in HTML
Thanks, Chris! I'm not quite there, but you've definitely helped me get closer. Any idea where I'm going wrong?Here's the error message: The application setting 'KeyName' was not found in the...
View ArticleRE: Retrieve AppSettings in HTML
AppSettings is a predefined section in web.config so it shouldn't be redefined under the MicroFocus section.The complete web.config that I am using in my example is:<?xml...
View ArticleRetrieve AppSettings in HTML
I'm trying to set the text of a label on a webform equal to the value of a "key" in Web.Config. Here's the html code that returns an error saying "Operand ConfigurationManager is not...
View ArticleDoxygen
Hello,Has anybody heard about a filter for Doxygen for the Cobol language ?Doxygen can handle Fortran code, it should be possible to configure doxygen to parse cobol code. Any information on that...
View ArticleRE: Doxygen
Using Doxygen on COBOL source would require writing a COBOL parser for Doxygen - not a trivial task. (Doxygen's Fortran and other parsers are not helpful in this regard.)See question 12 in the Doxygen...
View ArticleRE: Revoke of License Failed...
Which product and version number do you have installed?Is this the Visual COBOL Personal Edition or a full Visual COBOL release?You should open up a support incident with Customer Care for this as we...
View ArticleRE: Revoke of License Failed...
We have the enterprise version (full) and we have opened a customer care ticket via the web form...we're waiting to hear something. I didn't think the forum would help on this topic, but I figured I...
View ArticleRevoke of License Failed...
We are an academic institution utilizing Visual COBOL for a class...Description: While testing product for academic use installed license on Windows 7 and now cannot revoke the license from license...
View ArticleRE: Windows form obliterates Dialog System window after closing form
After doing research on this issue it was determined that the problem reported was actually being caused by running the program in the Citrix environment.Outside of Citrix the program runs without a...
View ArticleWindows form obliterates Dialog System window after closing form
I'm calling managed code from native. The managed code displays a "Please wait" dialog using the ShowDialog method and then does some processing. When the processing is complete, I do the Close...
View ArticleRE: With Data Inheritance VC
I assume that when you are talking about OOCobol you are talking about Net Express native OO programs that use the Net Express class libraries is that correct?The native OO syntax supported in Net...
View ArticleRE: With Data Inheritance VC
Thanks for the answer. The problem is the number of variables, so is the effort of rewriting the code that scares me alot. :-(
View ArticleWith Data Inheritance VC
Is it possible to have inheritance with data between Cobol.Net classes the same way that classes in OOCobol do? If this isn't possible is there any workaround?
View Article