RE: Setting DevExpress persistent object property
Intellisense finds the method if I do:invoke self::
View ArticleRE: Does COBOL have the equivalent of the c# Using statement?
Hi Phil, COBOL has the PERFORM USING statement, the equivalent is something like:     perform using uow as type UnitOfWork = new UnitOfWork       *> Create, update or delete objects...
View ArticleRE: Does COBOL have the equivalent of the c# Using statement?
When I compile the above code, I get error "COBCH0854 Evaluation stack negative".
View ArticleRE: Does COBOL have the equivalent of the c# Using statement?
That doesn't sound good. Â Would it be possible to paste the example as you now have it, so that I can try to reproduce? Â With the examples I tried, there didn't seem to be a problem, but I don't have...
View ArticleRE: Does COBOL have the equivalent of the c# Using statement?
We are using DevExpress for our user interface. Â I tried creating the error in a demo but it always works. Â It's only showing up in the application program which is much more complex than the demo....
View ArticleDoes COBOL have the equivalent of the c# Using statement?
This is the link to the MSDN using Statement documentation: http://msdn.microsoft.com/en-us/library/yh598w02.aspxThis is how it's coded in DevExpress:using(UnitOfWork uow = new UnitOfWork()) {Â Â Â //...
View ArticleData Flex
Hello,Someone with a CASE Migrating Data Flex to Visual Cobol ...???Many thanks in Advanced.PJM
View ArticleRE: License Installation failed
Have you opened a support incident to have this issue addressed?
View ArticleLicense Installation failed
I am trying to install Visual COBOL for Visual Studio 2012 on a Windows 8.1 Pro laptop. Everything seemed ok until I try installing my license file. I run the License Manager, browse to the file and...
View Articlevisual studio method drop down not working
The visual studio method drop down not working. The drop downs do not display any of the methods. I am using Visual Studio 2012, it works for C# but not full Visual Cobol. Any ideas on why?
View ArticleRE: Installation Visual Cobol stops with 0x80004005 - unspecified error
It was exact the same installation file. File name: edvs2012_222.exeSize: 676.802.296 bytesFile version: 2.2.2172.0
View ArticleRE: visual studio method drop down not working
Hi David,Are you referring to displaying Intellisense when you are typing in a class name or something else?Can you please give me a step by step description of what you are doing and what you expect...
View ArticleRE: visual studio method drop down not working
Hi ChrisI found the problem. Under the advanced tab for Micro Focus Cobol under options, the display methods and enable intellisense was set to false. I don't know why this was, I have Visual Cobol...
View ArticleRE: smtp mail with cURL (was in wrong forum)
Michael Wojcik posted the following reply in the general COBOL forum to this same question:There's no simple answer, I'm afraid.The cURL example uses a callback function. You can implement that in...
View Articlesmtp mail with cURL (was in wrong forum)
Hello,I have been trying to send mail using cURL from Cobol. I took an example from this forum but I am stuck with the mail body:Here is the link to the example from cURL...
View ArticleMethod description
On my System with Visual Studio 2013 and Visual Cobol 2.2.2 with Hotfix 2 a comment for a class or method will only be shown by IntelliSense but not as description in object browser. Comments in C#...
View ArticleRE: Method description
I see that you have created a support incident for this issue with Customer Care and that they have raised this as an RPI with development.This support for documentation of COBOL classes and methods...
View ArticleRE: WPF MessageBox...
I get errors when I use this. What's missing?I have the personal version VS2012.Any help is appreciated.
View ArticleRE: WPF MessageBox...
I get the red line under type MessageBoxButton::YesNo and the message is Unknown Type.And yes I copied the code and pasted it in.
View Article