File Handler behavior in managed code
In native COBOL if you have "SELECT DATA-FILE ASSIGN TO DISK 'OLD\Data.dat'" and "OPEN INPUT DATA-FILE" then the File Handler will look for an environment variable named "dd_OLD" and replace the "OLD"...
View ArticleRE: File Handler behavior in managed code
The programmer actually doing the work has opted for setting all of the required environment variables within the ASPX front-end menu page program, so they will be available to all subsequently called...
View ArticleRE: Strikethrough (Cross Line) font in Visual COBOL
I saw this:6. You will notice that some data items in data division are crossed out. That is because they are not referenced directly in procedure division. Be careful though. Don't be tempted to...
View ArticleRE: Export to excel
Hello Chris,Firstly sorry for the late reponse. I tried this but was unsuccessful in achieving it. I get COBCH0845 for StringWriter.
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
A COBCH0845 error means that the class is not found. Since StringWriter is a .NET class you should Google the MSDN documentation to see what namespace and assembly that it resides in.Namespace:...
View ArticleRE: Strikethrough (Cross Line) font in Visual COBOL
You can change this in the Eclipse settings. From the Eclipse menu, navigate to:Window > Preferences > Micro Focus > COBOL > Editor > Syntax ColoringIn the "Elements" box you will find...
View ArticleRE: Mouse Click
Use o método MouseDown que irá funcionar.Use the MouseDown method that will work.
View ArticleRE: Strikethrough (Cross Line) font in Visual COBOL
Hi JackChuck's answer is perfect. Just in case a video would help, you can check the following link for some basics about the Eclipse Editor:Visual COBOL for Eclipse in a Nutshell:Editor BasicsAt about...
View ArticleRE: Strikethrough (Cross Line) font in Visual COBOL
Corrected video link in previous post
View ArticleRE: BLINK in Visual COBOL
We were working on Windows 7. The blink functionality is working on it. And we are not using monochrome monitor,..
View ArticleRE: GET cob compiler and linker command line from Eclipse
To see what being passed to 'cob', simply set the 'verbose' flag in the Project Properties page. You will then see the various options that are passed when a build is done. At the same time, you'll...
View ArticleMouse Click
I need tocapturethe mousebuttonin a ListBox, done thatmethod-idlistBox2_MouseClickfinalprivate.proceduredivisionusingbyvaluesenderasobjecteastypeSystem.Windows.Forms.MouseEventArgs.if (e::Button =...
View ArticleVisual Cobol PE
Hi Everybody,Have tried to download the PE version and have filled in the forms and received the email with the download link but when I click the lick it takes me to a page that tells me my serial...
View ArticleRE: Visual Cobol PE
You simply have to click on the Software/Licenses tab and then click one of the green arrows to download the item to the left of the arrow.
View ArticleRE: Strikethrough (Cross Line) font in Visual COBOL
Thank you, Chuck. That is exactly what I was looking for. Perfect answer!I unchecked strike-through font , instead, using dark yellow color. it looks much better and consistent!Thank you again,-Jack
View ArticleRE: Strikethrough (Cross Line) font in Visual COBOL
Thank you Blair for the confirmation.
View ArticleRE: GET cob compiler and linker command line from Eclipse
Thank you, DarrenI turned on verbose flag. now I can see the compiling flags passed to cob command. I also checked the .cobolBuild XML file. it is not so useful to me so far. I might expect in the...
View Article