
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
My Visual Cobol is running now! I try a most simple little program to run (display on the screen 'Hello World'.
It seems to be running, but i can't see the text on the screen. Background on the screen is black of course, but my
text is also black. With Help function i found out that there should be a screen section in the Micro Focus extensions to Cobol.
Can I use this Micro Focus extensions to Cobol and install it with mij Visual Cobol Personal Edition?
Or, if this not is possible, someone a solution to display the text on the screen?
Thanks, Hemmie
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Hemmie,
SCREEN SECTION support is built into the product. There is nothing else you need to install to use this.
You should be able to see your COBOL displays on the console window but your project should be setup as a Console Application and not a Windows one.
Which project template did you choose when creating your new project?
If you open up properties and click on the Application tab you can change this from Windows to Console or on the COBOL Link tab you can change this from Graphical to Console-based.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Chris,
I changed it now to a console application and that works fine.
Thanks for your help.
Hemmie

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Hemmie,
SCREEN SECTION support is built into the product. There is nothing else you need to install to use this.
You should be able to see your COBOL displays on the console window but your project should be setup as a Console Application and not a Windows one.
Which project template did you choose when creating your new project?
If you open up properties and click on the Application tab you can change this from Windows to Console or on the COBOL Link tab you can change this from Graphical to Console-based.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Chris,
I changed it now to a console application and that works fine.
Thanks for your help.
Hemmie