RE: Breakpoints all ignored
You can create a new incident through the supportline web site 24 x 7. I am actually attending the Micro Focus DevDay event in Dallas today so my access will be limited but I will take a look ASAP.Thanks.
View ArticleRE: Confirm native vs managed CBL_DIR_SCAN_READ behavior?
I figured the enhancement might be clumsy at this point and a long shot.I had already thought of the "PERFORM VARYING ... BY -1" for finding the end of a string in a buffer (we've used it in a number...
View ArticleRE: Breakpoints all ignored
Hi again Chris,hope Dallas treating you well.I've uploaded the files to support incident: 2877351 -For Chris Glazier as discussed.Program ad_booker in the exe project is the launch prog and animates...
View ArticleRE: SQL in Tutorial
I followed the instructions above and it appears to have worked. However, when I run the SimpleAccess.cbl pgm again I get error SQL Error = IM001 -0000019703Could not make connection. Â
View ArticleRE: SQL in Tutorial
Open up the OpenESQL Assistant from under either the Tools-->Micro Focus menu or the View-->Micro Focus SQL tools menu, depending on the VC version you are using. Does your Library DSN show up in...
View ArticleRE: Visual Cobol 2.3 Update 2
Thank you Chris.There isn't anything that I require. It just would be nice for Personal Edition developers to be able to run the latest and greatest.I have the PE because I can't see spending thousands...
View ArticleRE: SQL in Tutorial
Only the name Library shows up not Library.mdb.  When I click on it  it goes to the select data source screen and Library shows up there, too,with a description of Patron/ Book DB that I think is...
View ArticleRE: SQL in Tutorial
The DSN name is Library so that is what should show up in the list. Library.mdb is the database file that it should point to. If it is prompting for a data source then the Library.mdb file is not set...
View ArticleVisual Cobol 2.3 Update 2 Bug
Hi!I found a Bug in Visual Cobol 2.3 Update 2:Open a Project, then right Mouse and Properties..Klick on in German "Einstellungen" (The last Point...)There you can unpdate insert etc. your own...
View ArticleRE: Visual Cobol 2.3 Update 2
You shouldn't need to use Eclipse in order to compile for JVM. You just need Visual COBOL for Eclipse installed.You can compile on the command line with the JVMGEN directive (and possibly others). It...
View ArticleRE: Visual Cobol 2.3 Update 2 Bug
Hi Bernd, I can reproduce the problem but I get a different message about operation not implemented when I try to change the name of a string under settings but Visual Studio does not crash.Can you...
View ArticleRE: Invoke a URL from NetExpress cobol
Also see the simple example in the kb article here:
View ArticleInvoke a URL from NetExpress cobol
Hi,We use OLE methodology to invoke server objects like VB modules to perform print operation. I would like to know if there's any way to invoke a URL from cobol program.For suppose invoke...
View ArticleRE: SQL in Tutorial
Using the openesql asst I now show book and patron underneath Library, but when I do a query on book and go to results tab it doesn't come out with anything. I don't see a submit button.
View ArticleRE: SQL in Tutorial
Sorry I found the run query button and it comes back with requested fields. However, when I try to run the program simpleaccessagain it comes back with cannot make connection.
View ArticleRE: SQL in Tutorial
From the OpenESQL Assistant with the query open please use the Auxiliary Code tab select Connect statement and copy and paste this into your program as a replacement of the connect statement that is...
View ArticleRE: SQL in Tutorial
I still get the same error, but i noticed something,the connect sql statement has the connect word in green and the to word is in blue as are other sql statement words, perform, exec sql, cursor,etc....
View ArticleRE: SQL in Tutorial
What is the actual error message that is returned in the MFSQLMESSAGETEXT variable after the connect?The coloring you describe is correct. COBOL reserved words are displayed in blue and non-reserved...
View Article