Forum Post: the connection reference between java and cobol
Java program: import java.sql.*; public class javamain { /** * @param args * @throws SQLException */ public static void main(String[] args) throws SQLException { // Create a variable for the...
View ArticleForum Post: RE: the connection reference between java and cobol
add question: how to do the sql transation between java and cobol(jvm)/cobol
View ArticleForum Post: Err Msg 13l file not found
I am using MF Visual Cobol v 2.2. ( Personal Edition) When my progam tries to open an input file, I get "Error Msg -----13 File not found" This input sequential file (.dat extension) is...
View ArticleForum Post: RE: Save image to sql.
I managed to save the image into SQL using this code. set pbImage::Image to type System.Windows.Forms.Clipboard::GetImage() set pbImage::SizeMode to type...
View ArticleForum Post: RE: Err Msg 13l file not found
What is the physical file name that you are assigning to in the program? If you are not using a full path but only assigning to a filename then there may be a problem with locating the file in Visual...
View ArticleWiki Page: JAVA_HOME not found when attempting to launch Eclipse
Problem: JAVA_HOME is set in .profile on a Unix/Linux but the user encounters an error when attempting to launch Visual COBOL for Eclipse on Unix/Linux from the console Solution: The terminal...
View ArticleWiki Page: PRN of install product does not Match PRN of update product
Problem: When attempting to install a Visual COBOL product on a Unix/Linux machine the following error is encountered. PRN of product at /... does not match PRN of update product. PRN of install...
View ArticleWiki Page: Able to launch a remote session but not a debug session from...
Problem: The user can launch a normal remote application session using the remote run configuration but not launch a remote debugging session under the debug configuration pointing the same Xserver....
View ArticleForum Post: RE: Err Msg 13l file not found
Thanks Chris, As sugeested by you, I changed the working directory in the VC IDE on the project properties page-- Debug tab-- Working Directory. This solved my problem. Regards Kumar
View ArticleForum Post: License Error 26
For some reason my computer calender was off so I changed it to the correct date and now I get error 26. What do I do?
View ArticleForum Post: Inheritance
Hi, i need help with inheritance in visual cobol. I have a .Net class (cobol) named ClassB which inherits from another .Net ClassA (cobol again). In ClassA i have a public property named VariabA. the...
View ArticleForum Post: RE: License Error 26
Have same error and called Tech Support and they said to ask on here. I kinda need this for school. Any help would be appreciated.
View ArticleForum Post: RE: Inheritance
Actually the requirement to use self or super in order to access public fields or properties in an inherited class was removed in the compiler as of V2.2 update 2. The support for this in Intellisense...
View ArticleForum Post: Find Objects in combobox WPF
I have a combobox filled with a list of objects itemAttributes that is defined as 01 value-id pic 99999999 value 0 property as "ID". 01 attribute-value pic x(30) value spaces property as "VALUE". im...
View ArticleForum Post: RE: License Error 26
I will contact you under separate email on this matter.
View ArticleForum Post: RE: Inheritance
I checked with development and the use of inherited data items as host variables in OpenESQL is not currently supported in the product. I would suggest that you open up a support incident with...
View ArticleForum Post: RE: Inheritance
Thank you again!! Did you get my message about suggestions?
View ArticleForum Post: RE: Find Objects in combobox WPF
Can you please clarify what it is exactly that is in the Items collection? You have a class defined with the two properties shown above and you are adding instances of that class to the combobox? Can...
View ArticleForum Post: RE: Find Objects in combobox WPF
Yes, is class with 2 properties. set lblAttrib1::Content to category-attributes(idx)::NAME set cbAttrib1::ItemsSource to category-attributes(idx)::VALUES set cbAttrib1::DisplayMemberPath to "VALUE"...
View ArticleForum Post: One click to run the Project?
I have Micro Focus Visual COBOL 2.2 (Personal Edition) Version 2.2.00151 with Visual Studio 2012 running under Windows 8.1, and all is well I have written a specific backup program in COBOL that...
View Article