RE: DataRep2.cbl
Hi Mike,You are correct. I will pass this onto the author of the course.Thanks.DataRep2.cbl contains the following:01 EMPLOYEE-RECORD. 03 EMPLOYEE-NAME. 05 EMPLOYEE-TITLE...
View ArticleRE: Export to excel
Can you please be more specific? What is it that you want to export to Excel, a file, a control like a grid, create a new spreadsheet and populate it with data?What is it that you wish to...
View ArticleExport to excel
Can anyone please give me an example of export to excel using Visual COBOL in asp web forms ?
View ArticleRE: Export to excel
Hi Chris,I want to create a new spreadsheet filled with the data, that i have populated on the screen using an asp repeater.Thanks
View ArticleRE: GUI for Windows/SUSE desktop for browsing data files
Hi Peter,On Windows, Visual COBOL includes two items to support browsing and editing data files. The first is caused Classic Data File Tools, and is in the Data Tools folder, under Visual COBOL on the...
View ArticleGUI for Windows/SUSE desktop for browsing data files
Is there a GUI program that allows you to browse data files from a desktop in Windows or SUSE ?Thanks in advance.Peter
View ArticleRE: GUI for Windows/SUSE desktop for browsing data files
Thanks Blair,I got a free version of Visual Cobol, which seems not to have the data tool. When I upgrade to a licensed version, I probably get it. Thanks again for the help.-Peter
View ArticleCourseware for Eclipse
The last thing I heard about the Courseware for Eclipse was a tentative date of April 8th.Is there a new date for it's release?Warren Mundy
View ArticleRE: GUI for Windows/SUSE desktop for browsing data files
The Personal Edition of Visual COBOL should have the same tools as the licensed version. I would suspect that you are not using the latest release which is V2.3 as the Data File Tools preview was first...
View ArticleRE: Change Image in a Button
I have attached a small demo that will dynamically toggle the image of a button each time it is clicked between on and off state. This demo uses a button control outside of a menu and inside a menu.
View ArticleRE: Export to excel
I found a couple articles that show how to export the data in a Repeater to an excel spreadsheet. You could also use a manual method such as the one found here but this seems to provide a simple way of...
View ArticleRE: MFREDIR and Index call slowness
You can turn off the search for _MFREDIR by setting the run-time tunable no_mfredir=TRUE. _MFREDIR is only required if you are using Fileshare on a remote server. See the documentation here.FINDBEGRNG...
View ArticleRE: MFREDIR and Index call slowness
Chris, thank you for the quick turnaround this morning. I am waiting for our engineers to get out of a meeting to implement the change. Do we have to create that cfg file or does it already exist in...
View ArticleMFREDIR and Index call slowness
We are an Infor/Lawson customer working on an upgrade to their version 10 application suite. We are seeing significant delays in our batch job processing. When only one job is running with no users in...
View ArticleRE: MFREDIR and Index call slowness
There are two ways to set tunables on in a native project. You can either create a config file yourself and set the environment variable COBCONFIG to point to it or you can add an application.config...
View ArticleRE: XML Method
A reasonable answer might be enhanced by understanding what your situation is. Can you share what role XML plays in what you are trying to accomplish?
View ArticleError 173 SQLADR
RE: Error 173 called program file not found in drive / directory SQLADR with Oracle 11gI have a solution and multiple projects under it. Some of the projects(they have one program) call another one...
View ArticleRE: XML Method
Absolutely ... I'm currently working with our Web Developer on sending him data to populate/update our website.Originally we used comma delimited files, but as I started to get used to Visual Cobol I...
View ArticleXML Method
For Visual Cobol,I've been trying to figure out which XML Method is the more "current" one.I've seen one that uses XML as a Stream and defines it in the File Section.andI've also seen one that uses...
View ArticleRE: XML Method
Hi, Eric.Well, my bias in favor of XML Extensions is quite high, since I am an active RM/COBOL developer. Effective use of XML Extensions requires learning a bit about XSLT, an XML based...
View Article