RE: System Parameters get/set
Hi Bernd,Something like the following: set self::Top to type Properties.Settings::Default::Top set self::Left to type Properties.Settings::Default::Left set self::Height to type...
View ArticleRE: Installation Error
# swapon -sFilename Type Size Used Priority/dev/dm-0 partition 19922940 0 -119GB for swap partition -- also far enough.
View ArticleRE: Installation Error
Hi Jack,The Release Notes document for Visual COBOL for Eclipse 2.3 on Red Hat indicates that the space requirement during installation is only 3.69 GB, so this does not appear to be a space issue.Are...
View ArticleRE: Installation Error
You may want to determine whether pax is installed. The installer uses pax to extract the binaries.
View ArticleRE: Installation Error
#ls /opt/microfocuslogs VisualCOBOLSo I need to remove /opt/microfocus first # rm -Rf /opt/microfocusThen, I create it # mkdir -p /opt/microfocus#cd /opt/microfocus# pwd/opt/microfocus# df...
View ArticleRE: Installation Error
#yum install paxResolving Dependencies--> Running transaction check---> Package pax.x86_64 0:3.4-19.el7 will be installed--> Finished Dependency ResolutionDependencies...
View ArticleRE: Installation Error
So, free space and pax package are not the reason for above error.I tried the installation on RHEL 7.2, I got installation passed through, but I can not start it -- only Eclipse, no COBOL...
View ArticleInstallation Error
# cat /etc/redhat-releaseRed Hat Enterprise Linux Workstation release 7.1 (Maipo)# java -versionjava version "1.8.0_91"Java(TM) SE Runtime Environment (build 1.8.0_91-b14)Java HotSpot(TM) Server VM...
View ArticleRE: Installation Error
I have contacted Jack outside the forum to gather some additional information. I will update the forum as appropriate when the issue is resolved.
View ArticleRE: Constructor Chaining
Something like: class-id Car. 01 Driver type Driver property. method-id new. invoke self::new(new Driver) set Driver::Name to "Speed Racer" end method....
View ArticleConstructor Chaining
Can you tell me how to do this in COBOL (C# as the example). I’ve highlighted the constructor chaining method in yellow. public class Car{ private Driver driver; public Driver Driver {...
View ArticleRE: Installation Error
This issue is resolved. Basically, the customer had 2 issues:1) The product is tested and certified on Red Hat Enterprise Server, and he was trying to install it on Red Hat Enterprise Workstation; the...
View ArticleRE: Installation Error
Visual COBOL is the development tools just like Microsoft Visual Studio. Not a server product.Being certified on Workstation OS makes more sense to developers.I expect 3 improvements in next release...
View ArticleRE: Installation Error
Hi jzhang, thanks for your feedback.Just wanted to let you know that many of the points you have made here should be resolved or greatly simplified in our next major product update.Now you have the...
View ArticleSelect a treeview
Hello,I made my first program with a TreeView and is working.I used the method that is in the example WPFBOOK the demo.Now the question I am asking is how do I get the selected line?For example I have...
View ArticleRE: Crystal reports
Hi WalterI used Crystal Reports about 10 years ago with Visual Studio 2005. Unfortunately Crystal Reports is not part of Visual Studio anymore. Therefore I cannot run my solution anymore. What Version...
View ArticleCrystal reports
Has anyone used the Crystal reports .NET interface to run, print and export a Crystal report from a COBOL program? If so, I'd appreciate any suggestions, sample code, pointers or other advice. Thanks...
View ArticleRE: Crystal reports
I don't know how to access .NET assemblies from COBOL on Windows, I am the beginner on that.But if you know about how to access .NET assemblies from COBOL, then it is not a big deal to integrate...
View ArticleRE: Linker flag -U in cob32 or cob64
The 'Dynamically Load Unresolved Reference (-U)' means the entries ( programs ) which were not found at the link stepwill de dynamically called when the program will be executed.For...
View ArticleLinker flag -U in cob32 or cob64
I try to understand how Visual COBOL works in Eclipse GUI. I turn verbose modeI saw this information in the build output windows:[cobollink] Linking Hello...[cobollink] cob32 -g -x -t -oHello Hello.o...
View Article