Forum Post: RE: 2 or More WFA on Visual Cobol
Hello Austin1, Please try the following link .
View ArticleForum Post: RE: same Method with different signature
Hi Austin, This is a limitation when exposing .NET methods to COM and not of managed .NET methods in general. Please see the article from Microsoft here:
View ArticleForum Post: RE: same Method with different signature
I reviewed the MS doc you linked to in your reply. Thanks, Chris! Austin
View ArticleForum Post: Form Error WCLRRTS
In my very basic solution under Visual COBOL Personal Edition 2.2, I am getting the below error message when I try to view my form's design: To prevent possible data loss before loading the designer,...
View ArticleForum Post: RE: Form Error WCLRRTS
I know this well, not sure why I get it. However, I get it in some programs where there is no embedded SQL but have SQL compile directives set.
View ArticleForum Post: RE: VISUAL COBOL, .NET and Microsoft Office combined is a great...
Is this available in a .zip file? Thanks, Austin
View ArticleForum Post: RE: Form Error WCLRRTS
I googled WCLRRTS and got this link: documentation.microfocus.com/.../index.jsp "TESTSQLSTATE: Instructs OpenESQL to generate code that tests SQLSTATE rather than SQLCODE after an SQL statement is...
View ArticleForum Post: RE: Form Error WCLRRTS
This error message is caused by a product bug and it has been fixed in V2.2 update 2 hotfix 2 or higher. If you have a licensed copy of Visual COBOL you can request the current hotfix through Customer...
View ArticleForum Post: RE: VISUAL COBOL, .NET and Microsoft Office combined is a great...
I have attached a zip file version of this project created with VC 2.2.2.
View ArticleForum Post: CCW type project, can also be called from Managed?
OK, I have put together a scenario where I have a Native Console COBOL program code calling (invoking) a Managed Win-Forms COBOL program code (class/method). This was based on the CCW tutorial plus...
View ArticleForum Post: RE: CCW type project, can also be called from Managed?
I think I need to re-attach the other zip...
View ArticleWiki Page: CALL "SYSTEM" passed parameter has extra value
Problem: When using CALL "SYSTEM" USING command-line to execute a COBOL program and pass parameter to the program, the received parameter in ACCEPT passed-parms FROM COMMAND-LINE in the called program...
View ArticleWiki Page: COBOL DB2 stored procedure integer parameter gets incorrect value
Problem: Usually in a COBOL program we define the host variable as COMP to map directly onto the INT DB2 data type. When a variable is defined as COMP in the linkage section of a COBOL DB2 stored...
View ArticleWiki Page: The project requires user input. Reload the project for more...
Problem: When opening a solution in Visual COBOL for Visual Studio, the project may fail to load and the error message in Solution Explorer is "The project requires user input. Reload the project for...
View ArticleWiki Page: ORA-01007: variable not in select list
Problem: In a COBOL Cobsql Oracle program, the following SELECT statement compiles OK but when run gets an ORA-01007: variable not in select list error. WORKING-STORAGE SECTION. 10...
View ArticleForum Post: Visual COBOL for Visual Studio 2013
I would like to use Visual COBOL 2012 Personal Edition with Visual Studio 2013. So far, I haven't seen an installer for Visual Studio 2013. I was just wondering whether there is any harm in installing...
View ArticleForum Post: RE: Visual COBOL for Visual Studio 2013
While the fully licensed version of Visual COBOL is available for Visual Studio 2010, 2012 and 2013, the Visual COBOL Personal Edition is currently available for Visual Studio 2010 and 2012 only. The...
View ArticleForum Post: Visual Studio for Visual Cobol
I am going to be downloading a copy of Visual Cobol on my labtop and am wondering do I need to install a Visual Studio copy to edit and work with the programs?
View Article