Forum Post: Export to excel
Can anyone please give me an example of export to excel using Visual COBOL in asp web forms ?
View ArticleForum Post: 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...
View ArticleForum Post: RE: 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 accomplish?...
View ArticleForum Post: RE: 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 ArticleForum Post: GUI 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 ArticleWiki Page: Debugging Using Core Dumps
Problem: How to generate and debug core dump with Visual COBOL. Resolution: Restriction: The following information applies to NATIVE code only. When an application crashes, its state can be saved...
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: Courseware 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 ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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...
View ArticleForum Post: MFREDIR 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 ArticleForum Post: RE: 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....
View ArticleWiki Page: Unable to Install the MFLicenseServer on SUSE 12 SP1
Problem: During the Visual COBOL or Enterprise Developer installation on SUSE 12 SP1 installation, the Visual COBOL product will be installed, but the MFLicenseServerInstall.sh call made during the...
View ArticleForum Post: RE: 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 ArticleForum Post: XML 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. and I've also seen one that...
View ArticleForum Post: RE: 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 ArticleForum Post: Dialog System with Visual Cobol
Hello, i'm trying to migrate from NetExpress 5.1 to Visual Cobol. Our program uses Dialog System Screens. In NetExpress runtime and delevopment environment everything is working fine. Bur when I run...
View ArticleForum Post: RE: 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 Article