<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>New board topics in Visual COBOL</title>
    <link>https://community.microfocus.com/t5/Visual-COBOL/ct-p/VisualCOBOL</link>
    <description>New board topics in Visual COBOL</description>
    <pubDate>Fri, 18 Oct 2019 22:50:05 GMT</pubDate>
    <dc:creator>VisualCOBOL</dc:creator>
    <dc:date>2019-10-18T22:50:05Z</dc:date>
    <item>
      <title>Visual COBOL 3.0 with open jdk?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-3-0-with-open-jdk/m-p/2702112#M8401</link>
      <description>&lt;P&gt;I am developing in Visual COBOL 3.0 for Eclipse. I create simple Cobol programs that I compile to Java (jar-file) and use as a library in my application. I have no problem running with Oracle's JRE, but the program seem to freeze when I run it with Open JDK 8 (JRE downloaded from &lt;A href="https://adoptopenjdk.net/" target="_blank"&gt;https://adoptopenjdk.net/&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I run my application with this command line:&lt;BR /&gt;java -Djava.library.path="C:\Program Files (x86)\Micro Focus\Visual COBOL\bin64" -jar &amp;lt;my jar&amp;gt;&lt;/P&gt;&lt;P&gt;Should I be able to run under OpenJDK? Do I need to compile the library differently?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 16:59:33 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-3-0-with-open-jdk/m-p/2702112#M8401</guid>
      <dc:creator>rune</dc:creator>
      <dc:date>2019-10-16T16:59:33Z</dc:date>
    </item>
    <item>
      <title>Visual COBOL 3.0 under COBOL Server 5.0?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-3-0-under-COBOL-Server-5-0/m-p/2702106#M8400</link>
      <description>&lt;P&gt;Are there any issues with running binaries compiled in Visual Studio for Visual Cobol 3.0.* under COBOL Server 5.0.* ?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 16:43:37 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-3-0-under-COBOL-Server-5-0/m-p/2702106#M8400</guid>
      <dc:creator>rune</dc:creator>
      <dc:date>2019-10-16T16:43:37Z</dc:date>
    </item>
    <item>
      <title>New development in .net</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/New-development-in-net/m-p/2701402#M8397</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am starting development on .Net and would like some initial help to understand the concepts of this kind of development.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If someone cloud get me a small demo prohect with a basic menu (two or three options). One of the options being a table maintenance function (number and name).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The databse could be in MySQL or SQL. I would like some information on how to create/use this database and where it could be hosted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance for your help at the beginning of a new programming phase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alberto Ferraz&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 06:42:41 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/New-development-in-net/m-p/2701402#M8397</guid>
      <dc:creator>Ferraz</dc:creator>
      <dc:date>2019-10-14T06:42:41Z</dc:date>
    </item>
    <item>
      <title>How to convert this C# snippet to COBOL?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-convert-this-C-snippet-to-COBOL/m-p/2701338#M8395</link>
      <description>&lt;P&gt;In C#, if you have a string (say, TestString) and you want to test it to see if it contains only numeric digits 0-9, you can do this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 956px;"&gt;&lt;img src="https://dcvta86296.i.lithium.com/t5/image/serverpage/image-id/17299i0F58EE1297E57EE0/image-dimensions/956x141?v=1.0" width="956" height="141" alt="clipboard_image_0.png" title="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I basically just need to know how to code what's on the if statement in Visual COBOL.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 21:37:41 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-convert-this-C-snippet-to-COBOL/m-p/2701338#M8395</guid>
      <dc:creator>Austin1</dc:creator>
      <dc:date>2019-10-11T21:37:41Z</dc:date>
    </item>
    <item>
      <title>Removing Carriage Return from Rich TextBox In WinForm</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Removing-Carriage-Return-from-Rich-TextBox-In-WinForm/m-p/2701312#M8391</link>
      <description>&lt;P&gt;I have a rich multi-line text box with the string “Testing field. ENTER”. &amp;nbsp;If I press the enter key (carriage return) before the word “ENTER”, it adds a “/n”,&amp;nbsp; which I believe stands for new line or end of line, to the text property of the rich text box which then looks like follows: "Testing Field. \nENTER."&lt;/P&gt;&lt;P&gt;When I move the text string from my rich text box into a string variable, it moves the “\n” which give me problems when I attempt to do data manipulation with the string variable. &amp;nbsp;I cannot remove the “\n”&amp;nbsp;programmatically in the code because it is invisible to the code. I can only see it when a view the text property of my rich text box during runtime.&lt;/P&gt;&lt;P&gt;I should also mention that after pressing the enter key before the word “ENTER”, it configures the ‘Lines’ property of the rich text box as follows:&lt;/P&gt;&lt;P&gt;Lines&lt;/P&gt;&lt;P&gt;&amp;nbsp; [0]&amp;nbsp; “Testing Field.”&lt;/P&gt;&lt;P&gt;&amp;nbsp; [1] “ENTER”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to move both lines [0] and [1] as a single string into a string variable and without the “\n”.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 16:33:13 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Removing-Carriage-Return-from-Rich-TextBox-In-WinForm/m-p/2701312#M8391</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-10-11T16:33:13Z</dc:date>
    </item>
    <item>
      <title>How to retrieve a cell value from a dataset</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-retrieve-a-cell-value-from-a-dataset/m-p/2700413#M8383</link>
      <description>&lt;P&gt;I am trying to use Visual COBOL for Visual Studio to call a SOAP webservices method to return multiple attribution of an item. The webservices method takes in a string value (item number), and returns a dataset (dsItemDetails). It is a very simple dataset, only one table in the dataset, and only one row in the return table, two columns in the return row, they are (item number), and (item description).&lt;/P&gt;&lt;P&gt;My questions is: how can I move the item description value in the return row to a string variable (strLableName) in Visual COBOL?&lt;/P&gt;&lt;P&gt;I knew the webservices call worked, I checked the row count in the returned dataset - datatable. It had a value of 1.&lt;/P&gt;&lt;P&gt;The other problem I had was I could not get the DataSet Visualizer to work in debug. Was it suppose to work in Visual COBOL for Visual Studio? It always work when I coded in Visual Basic with my Visual Studio settings.&lt;/P&gt;&lt;P&gt;Below are the codes from my test program:&lt;/P&gt;&lt;P&gt;01 wsinquiry type WSName.RXORDWS004 value new type WSName.RXORDWS004.&lt;BR /&gt;01 inItemNbr pic x(11).&lt;BR /&gt;01 any-key pic x.&lt;BR /&gt;01 intRowCount pic 999.&lt;BR /&gt;01 dsItemDetails type System.Data.DataSet.&lt;BR /&gt;01 strLableName type String.&lt;/P&gt;&lt;P&gt;procedure division.&lt;BR /&gt;&lt;BR /&gt;set inItemNbr to "00002062402"&lt;BR /&gt;&lt;BR /&gt;* returns a dataset&lt;BR /&gt;set dsItemDetails to wsinquiry::GetNDCAttributes(inItemNbr) as type System.Data.DataSet&lt;/P&gt;&lt;P&gt;* check for row count in the returned dataset - datatable&lt;BR /&gt;set intRowCount to dsItemDetails::Tables::Count&lt;/P&gt;&lt;P&gt;* This is how I coded in Visual Basic to get the ITEM_DESC value to a string variable&lt;/P&gt;&lt;P&gt;* strLableName = CStr(dsItemDetails.Tables(0).Rows(0).Item(1))&lt;/P&gt;&lt;P&gt;* OR strLableName = CStr(dsItemDetails.Tables(0).Rows(0).Item("ITEM_DESC"))&lt;/P&gt;&lt;P&gt;* How to code in Visual COBOL to perform the same function?&lt;/P&gt;&lt;P&gt;display " "&lt;BR /&gt;goback.&lt;BR /&gt;&lt;BR /&gt;end program TestWSLink.&lt;/P&gt;&lt;P&gt;Many thanks from Stan&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 19:19:34 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-retrieve-a-cell-value-from-a-dataset/m-p/2700413#M8383</guid>
      <dc:creator>Stan222</dc:creator>
      <dc:date>2019-10-07T19:19:34Z</dc:date>
    </item>
    <item>
      <title>Hot to set FolderBrowserDialog RootFolder in Visual COBOL</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Hot-to-set-FolderBrowserDialog-RootFolder-in-Visual-COBOL/m-p/2699958#M8380</link>
      <description>&lt;P&gt;I'm trying to convert this C# code to Visual COBOL:&lt;/P&gt;&lt;P&gt;folderBrowserDialog1.RootFolder = Environment.SpecialFolder.MyComputer&lt;/P&gt;&lt;P&gt;When I try to do this in Visual COBOL, the SpecialFolder enumeration is not found.&lt;/P&gt;&lt;P&gt;I'm using Visual COBOL verion 2.3.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 00:22:45 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Hot-to-set-FolderBrowserDialog-RootFolder-in-Visual-COBOL/m-p/2699958#M8380</guid>
      <dc:creator>Phil_L</dc:creator>
      <dc:date>2019-10-04T00:22:45Z</dc:date>
    </item>
    <item>
      <title>Toggle between tabs in Visual Studio?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Toggle-between-tabs-in-Visual-Studio/m-p/2699375#M8373</link>
      <description>&lt;P&gt;I'm trying to compare two nearly-identical COBOL programs in Visual Studio.&amp;nbsp; In one tab is ST-PEERJOB-TABLE.cbl, and in the other tab is MC-PEERJOB-TABLE.cbl.&lt;/P&gt;&lt;P&gt;To switch back and forth between the two, I have to mouse-click the tab I want, which is clumsy and time-consuming.&lt;/P&gt;&lt;P&gt;In Excel there are keyboard-shortcuts for toggling between two tabs:&amp;nbsp; ctrl-PgUp and ctrl-PgDown&lt;/P&gt;&lt;P&gt;Are there any analogous keyboard-shortcuts for toggling between two tabs in Visual Studio?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 14:38:46 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Toggle-between-tabs-in-Visual-Studio/m-p/2699375#M8373</guid>
      <dc:creator>carrfamily</dc:creator>
      <dc:date>2019-10-01T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Stacksize in Native Cobol Application</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Stacksize-in-Native-Cobol-Application/m-p/2699259#M8370</link>
      <description>&lt;P&gt;&amp;nbsp;Hello,&lt;/P&gt;&lt;P&gt;we have had the Problem already in NetExpress and now we changed die VisualCobol in VisualStudio. To run our native cobol program wie must link it with the /stack option. Is there any possibility to set this option for cbllink within Visualstudio?&lt;BR /&gt;&lt;BR /&gt;Thanx in advance&lt;BR /&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 07:04:42 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Stacksize-in-Native-Cobol-Application/m-p/2699259#M8370</guid>
      <dc:creator>Sebastian Mayer</dc:creator>
      <dc:date>2019-10-01T07:04:42Z</dc:date>
    </item>
    <item>
      <title>From IBM native COBOL to Visual COBOL for Visual Studio</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/From-IBM-native-COBOL-to-Visual-COBOL-for-Visual-Studio/m-p/2699145#M8369</link>
      <description>&lt;P&gt;I am doing evaluation to see if Micro Focus Visual COBOL for Visual Studio can be used to replace the native COBOL development using IBM TSO environment within my company.&lt;/P&gt;&lt;P&gt;I had download a trial version of Visual COBOL for Visual Studio (2019 version), and watched the six Webinar videos on OOP in the Micro Focus resource link. I managed to use the same test data on my desktop with no issues.&lt;/P&gt;&lt;P&gt;I am sure the questions that I have in mind had been asked by someone else before, it will be much appreciated if someone out there can direct me to some previous Q&amp;amp;A links related to my questions.&lt;/P&gt;&lt;P&gt;Most of the COBOL programs my company use are for BATCH process: These programs are developed using IBM TSO environment, and some had been in use for decades; they are run on predefined schedules on IBM Mainframe computers; they use lots of INPUT and OUTPUT files; they access to IBM DB2 relational database for all sort of data manipulations.&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;Can Visual COBOL for Visual Studio create executables that can be run on an IBM mainframe computer? And can the converted program be mixed in predefined batch schedules with other COBOL executables developed in native COBOL using IBM TSO environment. (that could happen if conversion is planned for multiple phases).&lt;/P&gt;&lt;P&gt;How executables 'Published' by Visual COBOL for Visual Studio handle INPUT and OUTPUT files?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How Visual COBOL for Visual Studio reference COPYBOOKs?&lt;/P&gt;&lt;P&gt;Can Visual COBOL for Visual Studio access IBM DB2 relational database?&lt;/P&gt;&lt;P&gt;Can I just copy and paste an existing native COBOL program into Visual COBOL for Visual Studio and compile it, or the program has to go thru a conversion process before it can be compiled?&lt;/P&gt;&lt;P&gt;Thank you in advance for anyone who can help. This is my first post, and hope that I post it in the right place.&lt;/P&gt;&lt;P&gt;Best Regards from Stan222&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 16:09:43 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/From-IBM-native-COBOL-to-Visual-COBOL-for-Visual-Studio/m-p/2699145#M8369</guid>
      <dc:creator>Stan222</dc:creator>
      <dc:date>2019-09-30T16:09:43Z</dc:date>
    </item>
    <item>
      <title>VS 2013/VC 2.2 vs. VS 2017/VC 5.0 - WinForms Control.Tag property issue</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/VS-2013-VC-2-2-vs-VS-2017-VC-5-0-WinForms-Control-Tag-property/m-p/2698806#M8366</link>
      <description>&lt;P&gt;A simple Visual COBOL 5.0 (VS 2017) Windows Forms program ... which has a datetimepicker control ... (which has a tag property) ... if you try to reference and test the tag value with&amp;nbsp; something like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;if dateTimePicker1::Tag = "1"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; invoke type MessageBox::Show("dateTimePicker1::Tag = 1")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;else&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; invoke type MessageBox::Show("dateTimePicker1::Tag NOT = 1")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;end-if.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;... you get a compilation error "&lt;STRONG&gt;COBCH0888:&amp;nbsp; Illegal comparison for this type&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;This compiles cleanly with Visual COBOL 2.2 (VS 2013).&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 21:37:33 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/VS-2013-VC-2-2-vs-VS-2017-VC-5-0-WinForms-Control-Tag-property/m-p/2698806#M8366</guid>
      <dc:creator>Austin1</dc:creator>
      <dc:date>2019-09-26T21:37:33Z</dc:date>
    </item>
    <item>
      <title>Error after Visual Studio Community 2019 updated to version 16.3</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Error-after-Visual-Studio-Community-2019-updated-to-version-16-3/m-p/2698497#M8363</link>
      <description>&lt;P&gt;Has anyone experienced this error and know how to correct the problem?&amp;nbsp; It was working fine yesterday before the update occured.&amp;nbsp; I uninstalled/reinstalled Visual COBOL Personal Edition to no avail.&lt;/P&gt;&lt;P&gt;The "MicroFocus.Cobol.BuildTasks.Cobol" task could not be loaded from the assembly C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Micro Focus\Visual COBOL\v1.0\MicroFocus.COBOL.BuildTasks.dll. Method 'get_SourceFileExtension' in type 'MicroFocus.COBOL.BuildTasks.CreateCobolManifestResourceName' from assembly 'MicroFocus.COBOL.BuildTasks, Version=16.0.0.0, Culture=neutral, PublicKeyToken=0412c5e0b2aaa8f0' does not have an implementation. Confirm that the &amp;lt;UsingTask&amp;gt; declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 15:44:51 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Error-after-Visual-Studio-Community-2019-updated-to-version-16-3/m-p/2698497#M8363</guid>
      <dc:creator>DK68</dc:creator>
      <dc:date>2019-09-25T15:44:51Z</dc:date>
    </item>
    <item>
      <title>Need help for using extfh,  Micro Focus callable file handler in C/C++</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Need-help-for-using-extfh-Micro-Focus-callable-file-handler-in-C/m-p/2698215#M8362</link>
      <description>&lt;P&gt;Our application uses pure C/C++ with EXTFH Callable File Handler such as in &lt;A href="ftp://ftp.suportesg.com/pub/download/COBOL/DEMO/EXTFHRD.C" target="_blank"&gt;ftp://ftp.suportesg.com/pub/download/COBOL/DEMO/EXTFHRD.C&lt;/A&gt;. We will work for FCD3 structure defined in fcd3.h file. It is really helpful if you have such C/C++ samples and documentations. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 15:32:45 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Need-help-for-using-extfh-Micro-Focus-callable-file-handler-in-C/m-p/2698215#M8362</guid>
      <dc:creator>actian123</dc:creator>
      <dc:date>2019-09-24T15:32:45Z</dc:date>
    </item>
    <item>
      <title>Triggering Keyboard Events Programmatically in WinForm</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Triggering-Keyboard-Events-Programmatically-in-WinForm/m-p/2697734#M8355</link>
      <description>&lt;P&gt;I currently have a rich textbox control on my Windows Form which allows the user to overwrite text when the Insert Key is pressed.&amp;nbsp; Is there a way to trigger the insert key control so that the user does not have to manually hit the insert key in order to overwrite text? I looked at the following link:&amp;nbsp; &lt;A href="https://docs.microsoft.com/en-us/dotnet/framework/winforms/how-to-simulate-mouse-and-keyboard-events-in-code" target="_blank"&gt;https://docs.microsoft.com/en-us/dotnet/framework/winforms/how-to-simulate-mouse-and-keyboard-events-in-code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The C# code to accomplish this is :&lt;/P&gt;&lt;P&gt;private void Form1_DoubleClick(object sender, EventArgs e)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SendKeys.Send("{INSERT}");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Managed COBOL I tried the following when the form loads:&lt;/P&gt;&lt;P&gt;set self::System.Windows.Forms.SendKey("INSERT")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried the same code for the control as follows:&lt;/P&gt;&lt;P&gt;set rchTextBox1::KeyUp to type System.Windows.Forms.SendKey("INSERT")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neither code compiles as they give me errors.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 16:14:05 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Triggering-Keyboard-Events-Programmatically-in-WinForm/m-p/2697734#M8355</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-09-20T16:14:05Z</dc:date>
    </item>
    <item>
      <title>Excel - Adding another csv file as a new worksheet in an already open or existing workbook</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Excel-Adding-another-csv-file-as-a-new-worksheet-in-an-already/m-p/2697706#M8354</link>
      <description>&lt;P&gt;I already found the example here on how to open a csv file into a new excel workbook. I did all the formatting I needed and now I need to add(import) another csv file into the same excel workbook, but on a different (new) sheet. I can't figure out how to do it.&lt;/P&gt;&lt;P&gt;Here is the code I found here for the first worksheet. It works.&lt;/P&gt;&lt;P&gt;set ExcelObject to new type Microsoft.Office.Interop.Excel.Application&lt;BR /&gt;set ExcelObject::Visible to true&lt;BR /&gt;set WorkBooksCollection to ExcelObject::Workbooks&lt;BR /&gt;&lt;BR /&gt;*&amp;gt; Open File&lt;BR /&gt;set Workbook to WorkBooksCollection::Open(&lt;BR /&gt;WS-CSVFILE,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;2,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;",",&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing,&lt;BR /&gt;type Type::Missing)&lt;BR /&gt;set Worksheets to Workbook::Worksheets&lt;BR /&gt;set Worksheet to Worksheets[ws-wkst-name] as type _Worksheet.&lt;/P&gt;&lt;P&gt;*&amp;gt; (did all my formatting here)&lt;/P&gt;&lt;P&gt;*&amp;gt; save&lt;BR /&gt;invoke WorkSheet::SaveAs(WS-XLSFILE, type XlFileFormat::xlExcel7 , type Type::Missing, type Type::Missing, type Type::Missing&lt;BR /&gt;type Type::Missing, type Type::Missing, type Type::Missing, type Type::Missing, type Type::Missing)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 14:15:02 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Excel-Adding-another-csv-file-as-a-new-worksheet-in-an-already/m-p/2697706#M8354</guid>
      <dc:creator>BeckyG</dc:creator>
      <dc:date>2019-09-20T14:15:02Z</dc:date>
    </item>
    <item>
      <title>Error loading cblxecwm.exe</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Error-loading-cblxecwm-exe/m-p/2695873#M8347</link>
      <description>&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;we migrated our project from NetExpress to Visual Studio. While debugging our solution, we're now getting this error message:&lt;/P&gt;&lt;P&gt;An unhandled exception ('COBOL runtime error code: 173') occured in cblxecwm.exe [13572].&lt;/P&gt;&lt;P&gt;Can anyone help us, to find a solution for this problem?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 10:38:26 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Error-loading-cblxecwm-exe/m-p/2695873#M8347</guid>
      <dc:creator>sebastian_braun</dc:creator>
      <dc:date>2019-09-10T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Reporting Bugs</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Reporting-Bugs/m-p/2695593#M8342</link>
      <description>&lt;P&gt;Where do I report bugs and such? I am using Visual COBOL for Eclipse and I think I found a bug related to files formatting when the "format on save" option is enabled.&amp;nbsp; If you save and there is nothing to format, i.e. the file is conforming to the format settings then it will report a NullPointerException&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2019 04:29:55 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Reporting-Bugs/m-p/2695593#M8342</guid>
      <dc:creator>cobol_ahmed</dc:creator>
      <dc:date>2019-09-08T04:29:55Z</dc:date>
    </item>
    <item>
      <title>Mainframe Access</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Mainframe-Access/m-p/2695572#M8341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to get back into COBOL and Mainframes -- for those who knows me, I am alive, and I am back! -- , it's been a while since I used Visual COBOL, I remember a few years back there was an Enterprise Edition/Suite that came with a lot of tools that would run CICS, connect to mainframe, a 3270 emulator, etc.&lt;/P&gt;&lt;P&gt;What's the lay of the land today? and has there been any significant updates to the OO side of COBOL? Does MF COBOL support the most recent updates in the COBOL compiler, and new Syntax for JSON, Message Queues etc.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 04:53:51 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Mainframe-Access/m-p/2695572#M8341</guid>
      <dc:creator>cobol_ahmed</dc:creator>
      <dc:date>2019-09-07T04:53:51Z</dc:date>
    </item>
    <item>
      <title>Multiple Versions of COBOL Developer on same laptop?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Multiple-Versions-of-COBOL-Developer-on-same-laptop/m-p/2695023#M8332</link>
      <description>&lt;P&gt;We have several clients that we support and they are all currently running COBOL Server 2.2.&lt;/P&gt;&lt;P&gt;One of them is upgrading their server to Windows Server 2019 and I need to upgrade them to COBOL Server 5.0.&lt;/P&gt;&lt;P&gt;I can't install Visual COBOL for Visual Studio 2017 (5.0) on my development laptop unless I uninstall 2.2 first. BUT.... I still need to support my clients that will remain on 2.2.&lt;/P&gt;&lt;P&gt;We will eventually be upgrading all clients to 5.0, but I need to support both versions for the time being... how do I accomplish this?&lt;/P&gt;&lt;P&gt;We only run native code compiled to INTs. We do not run any managed code.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 20:37:21 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Multiple-Versions-of-COBOL-Developer-on-same-laptop/m-p/2695023#M8332</guid>
      <dc:creator>ChrisM2</dc:creator>
      <dc:date>2019-09-03T20:37:21Z</dc:date>
    </item>
    <item>
      <title>Setting Cursor Position in Masked Field WinForm</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Setting-Cursor-Position-in-Masked-Field-WinForm/m-p/2694931#M8330</link>
      <description>&lt;P&gt;I have a masked amount field in Windows Form as follows:&lt;/P&gt;&lt;P&gt;“9999999.99” (_______.__) which would look like:&lt;/P&gt;&lt;P&gt;1234567.89&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I launch the form, the cursor starts on the first position on the left which would be the number 1. I would like the cursor’s position to start on the first position on the right where the 9 is. It would be easier for the user to start typing from right to left as the amount field is more likely to be in 100’s position (e.g. $567.89). If the cursor’s position starts on the left, the user is forced to use the arrow key to get to the 100’s position (where the number 5 begins). I have tried the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set maskedTextBox1::SelectionStart to 8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this does not work as the “SelectionStart” keeps defaulting to 0. Manipulating the cursor position in C# is as follows:&lt;/P&gt;&lt;P&gt;Cursor.Position = &lt;SPAN&gt;new&lt;/SPAN&gt; Point(Cursor.Position.X - &lt;SPAN&gt;50&lt;/SPAN&gt;, Cursor.Position.Y - &lt;SPAN&gt;50&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a similar command as follows:&lt;/P&gt;&lt;P&gt;set maskedTextBox1::Cursor to new System.Drawing.Point(50, 50).&lt;/P&gt;&lt;P&gt;This command however does not compile.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 15:34:45 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Setting-Cursor-Position-in-Masked-Field-WinForm/m-p/2694931#M8330</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-09-03T15:34:45Z</dc:date>
    </item>
    <item>
      <title>COBOLClass sample project not working</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/COBOLClass-sample-project-not-working/m-p/2694625#M8324</link>
      <description>&lt;P&gt;I just installed Visual Cobol for Visual Studio Personal Edition and am using it with MS Visual Studio Community 2019 (v16.2.3).&amp;nbsp; The first thing I did was download and start going through the COBOLClass_Studio.pdf from the MF website to learn how to use this version of COBOL.&amp;nbsp; On page 22, it instructs me to "&lt;FONT&gt;Open the solution 02_01_Division_Example.sln from the folder:&lt;BR /&gt;C:\COBOLClass\Projects\02_01_Division_Example&lt;/FONT&gt;".&amp;nbsp; However, when I do this, the Solution Explorer window shows "02_01_Division_Example (incompatible)" and below that it says "The application is not installed".&amp;nbsp; I'm unable to continue with the instructions in the pdf.&amp;nbsp; I also tried one of the other example projects provided with the same results.&amp;nbsp; Is there an installation problem?&amp;nbsp; How do I resolve this?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 20:22:39 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/COBOLClass-sample-project-not-working/m-p/2694625#M8324</guid>
      <dc:creator>truepete</dc:creator>
      <dc:date>2019-08-30T20:22:39Z</dc:date>
    </item>
    <item>
      <title>Align Text in WinForm</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Align-Text-in-WinForm/m-p/2694372#M8320</link>
      <description>&lt;P&gt;I am trying to align the text in a text box to the right. I realize I can just set the text align property to the right on the form but I want to be able to do this in my code. The C# command is&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;textBox1.TextAlign = HorizontalAlignment.Right;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the following:&lt;/P&gt;&lt;P&gt;set txt-TOTAL-BALANCE::TextAlign to new type System.Windows.Forms.HorizontalAlignment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this does not specify left, center or right. I have also tried&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set txt-TOTAL-BALANCE::TextAlign to new type System.Windows.Forms.TextBox, TextAlign(Right)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this code is incorrect and will not compile.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:12:27 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Align-Text-in-WinForm/m-p/2694372#M8320</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-08-29T14:12:27Z</dc:date>
    </item>
    <item>
      <title>Formatting Numeric Data from Text Boxes WinForm</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Formatting-Numeric-Data-from-Text-Boxes-WinForm/m-p/2694040#M8317</link>
      <description>&lt;P&gt;I spend three days trying to solve this last week and was unsuccessful. I currently have a Windows Form text box in which the user types the numbers 123456789. I want to move that data into a numeric field with the value of: 1234567.89 where the last two numbers are to be placed to the right of the decimal point. What I have is the following:&lt;/P&gt;&lt;P&gt;working-storage section.&lt;/P&gt;&lt;P&gt;01 TOTAL-BALANCE&amp;nbsp;9(7)V99.&lt;/P&gt;&lt;P&gt;method-id txt-TOTAL-BALANCE_Text_Changed final private.&lt;BR /&gt;procedure division using by value sender as object e as type System.EventArgs.&lt;/P&gt;&lt;P&gt;set&amp;nbsp;TOTAL-BALANCE&amp;nbsp; to binary-double unsigned::Parse(txt-TOTAL-BALANCE::Text)&lt;/P&gt;&lt;P&gt;end method.&lt;/P&gt;&lt;P&gt;The above command, however, gives me a&amp;nbsp;TOTAL-BALANCE&amp;nbsp; with a value of 123456789.00. I have tried a couple of ways of getting the last two digits in the decimal places but I cannot seem to be successful. I was reading a similar thread located at :&lt;A href="https://community.microfocus.com/t5/Visual-COBOL-Forum/Formatting-numeric-data-items/m-p/1731883" target="_blank" rel="noopener"&gt;https://community.microfocus.com/t5/Visual-COBOL-Forum/Formatting-numeric-data-items/m-p/1731883&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I tried some of the suggestion in this thread but could not get my code to compile. What I basically want to do is to convert a string to a numeric decimal. Is there an easier way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 19:54:10 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Formatting-Numeric-Data-from-Text-Boxes-WinForm/m-p/2694040#M8317</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-08-27T19:54:10Z</dc:date>
    </item>
    <item>
      <title>Timing Out a Windows Form in Managed COBOL</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Timing-Out-a-Windows-Form-in-Managed-COBOL/m-p/2693794#M8310</link>
      <description>&lt;P&gt;I posed a similar question a few months back but I did not get the responds that I was looking. Is there a way to implement a timeout feature in WinForm? What I am trying to accomplish is to display a form for about 5 seconds and then have the form close by itself without user intervention so that it may continue running the program. I read an articles at the following address: &lt;A href="https://social.msdn.microsoft.com/Forums/vstudio/en-US/719cb7c9-afad-4d88-968d-2be7b4da0e39/how-to-implement-a-timeout-feature-in-windows-forms?forum=winforms" target="_blank"&gt;https://social.msdn.microsoft.com/Forums/vstudio/en-US/719cb7c9-afad-4d88-968d-2be7b4da0e39/how-to-implement-a-timeout-feature-in-windows-forms?forum=winforms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But it pertains to C#. Any ideas on how to achieve this in managed COBOL? I tried doing the following in the ‘Activate’ event of my form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method-id TPS0021J_Activated final private.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure division using by value sender as object e as type System.EventArgs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;invoke type System.Threading.Thread::Sleep(3000)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoke self::Close()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This block of code gets executed whenever the form is activated. This works if I ‘Step Into’ the program but it doesn’t work if I run it without any break points. If I can get this block of code to work when I run the program without breakpoints then it will solve my problem.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 19:17:52 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Timing-Out-a-Windows-Form-in-Managed-COBOL/m-p/2693794#M8310</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-08-26T19:17:52Z</dc:date>
    </item>
    <item>
      <title>Can I put a variable value in a dialogue system  list box?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Can-I-put-a-variable-value-in-a-dialogue-system-list-box/m-p/2693523#M8307</link>
      <description>&lt;P&gt;We are still using dialogue system screens for the most part.&lt;/P&gt;&lt;P&gt;I have a screen with a list of reasons users can select, but they want to be able to insert variables into some of the reasons:&amp;nbsp; For example, on reason three, user would want to fill in the&lt;STRONG&gt;&lt;EM&gt; nnnnn &lt;/EM&gt;&lt;/STRONG&gt;to indicate the cost of painting the house.&amp;nbsp; Can this be done with a list box?&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;The house was green&lt;/P&gt;&lt;P&gt;The house was red&lt;/P&gt;&lt;P&gt;The house was yellow and cost &lt;STRONG&gt;&lt;EM&gt;nnnnn&lt;/EM&gt;&lt;/STRONG&gt; to paint.&lt;/P&gt;&lt;P&gt;The house was white&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 17:12:55 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Can-I-put-a-variable-value-in-a-dialogue-system-list-box/m-p/2693523#M8307</guid>
      <dc:creator>frand1</dc:creator>
      <dc:date>2019-08-23T17:12:55Z</dc:date>
    </item>
    <item>
      <title>Lost rows with large(ish) TEXT item</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Lost-rows-with-large-ish-TEXT-item/m-p/2693445#M8303</link>
      <description>&lt;P&gt;I'm using COBOL via Visual COBOL 2013 4.0 to access a MySQL Community 8.0 database. MySQL for Visual Studio 1.2.8, using OpenESQL to connect, Managed COBOL.&lt;/P&gt;&lt;P&gt;The core of my database is a 3-record hierarchy, joined by indexes, the bottom table of which holds variable-length line data, defined as TEXT. My maximum text line is 7060 bytes. I have an application that processes lines of any length perfectly happily through this structure, generating a converted output that clearly 'sees' and processes every byte in every row. However, a parallel process that dumps out the raw data for comparison is losing rows from the cursor where the TEXT length in the row is greater than 1024 bytes.&lt;/P&gt;&lt;P&gt;select (...)&lt;BR /&gt;,left(prop_line,1024)&amp;nbsp;&amp;nbsp;&amp;nbsp; **********&lt;BR /&gt;from program_node pnode&lt;BR /&gt;inner join element ele on ele.ele_id = pnode.ele_id&lt;BR /&gt;inner join property prop on prop.ele_id = ele.ele_id&lt;BR /&gt;inner join property_line pline on pline.ele_id = prop.ele_id and pline.prop_id = prop.prop_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;where program_name = :ws-program-name&lt;BR /&gt;order by hierarchy_id,prop.prop_id,prop_line_seq&lt;/P&gt;&lt;P&gt;***** without this 'left', or when changing the 'left' count to 1025 or greater, rows of length &amp;gt; 1024 are completely omitted, with no sqlcode or other indication of an issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the joins and sequences are indexed.&lt;/P&gt;&lt;P&gt;The only solution I have been able to find is to split the query into parts which I knew worked elsewhere, ie get the first 2/3 tables in an outer cursor, and have a simple cursor on the lowest level(s) for each row from the first.&lt;/P&gt;&lt;P&gt;The behaviour suggests there might be a size limit on an intermediate record, such as sortwork, although I tried removing the 'Order By', which removed a filesort according to 'explain', and this made no difference.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 10:46:29 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Lost-rows-with-large-ish-TEXT-item/m-p/2693445#M8303</guid>
      <dc:creator>allanm1</dc:creator>
      <dc:date>2019-08-23T10:46:29Z</dc:date>
    </item>
    <item>
      <title>C/S Binding aplication migration</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/C-S-Binding-aplication-migration/m-p/2693263#M8302</link>
      <description>&lt;P&gt;Hello, can you help me with the following problem? We have an old client / server application using C / S Binding technology (client=Windows, server=linux or windows). We use Net Express and Server Express for development. Now we want to migrate to the Visual Cobol 5.0.&lt;BR /&gt;What tools do you recommend? Is Visual Cobol Development Hub 5.0&amp;nbsp; a standalone product or I need to have a Visual Cobol 5.0 for Visual Studio 2017 or for Eclips? Is C/S Binding technology a part of mentioned products? If not,&amp;nbsp; is it available for free download or is it necessary to buy it?&lt;/P&gt;&lt;P&gt;Thank you for your answers, Petr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 13:03:25 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/C-S-Binding-aplication-migration/m-p/2693263#M8302</guid>
      <dc:creator>petr</dc:creator>
      <dc:date>2019-08-22T13:03:25Z</dc:date>
    </item>
    <item>
      <title>How to migrate client/server binding application to the visual cobol 5</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-migrate-client-server-binding-application-to-the-visual/m-p/2693260#M8301</link>
      <description>&lt;P&gt;Hello, can you help me with the following problem? We have an old client / server application using C / S Binding technology (client=Windows, server=linux or windows). We use Net Express and Server Express for development. Now we want to migrate to the Visual Cobol 5.0.&lt;BR /&gt;What tools do you recommend? Is Visual Cobol Development Hub 5.0&amp;nbsp; a standalone product or I need to have a Visual Cobol 5.0 for Visual Studio 2017 or for Eclips? Is C/S Binding technology a part of mentioned products? If not,&amp;nbsp; is it available for free download or is it necessary to buy it?&lt;/P&gt;&lt;P&gt;Thank you for your answers, Petr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 12:59:49 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-migrate-client-server-binding-application-to-the-visual/m-p/2693260#M8301</guid>
      <dc:creator>petr</dc:creator>
      <dc:date>2019-08-22T12:59:49Z</dc:date>
    </item>
    <item>
      <title>Exit WinForm Without Closing Form</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Exit-WinForm-Without-Closing-Form/m-p/2692383#M8296</link>
      <description>&lt;P&gt;Is there a way to exit a form and continue with the program without closing the form? It seems that the only way to continue with my program is to close the form. My program calls the form as follows:&lt;/P&gt;&lt;P&gt;INVOKE TestForm::ShowDialog.&lt;/P&gt;&lt;P&gt;Continue Program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my form, I have the following code in order to exit the form and continue with the program:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if e::KeyCode = type Keys::End&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;invoke self::Close&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end-if.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I wish for the form to remain visible(not closed) and continue with my program. I tried :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if e::KeyCode = type Keys::End&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;invoke self::goback&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end-if.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this command just goes back to the form and not the program.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 21:45:39 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Exit-WinForm-Without-Closing-Form/m-p/2692383#M8296</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-08-16T21:45:39Z</dc:date>
    </item>
    <item>
      <title>Visual COBOL 5.0 Release Notes - FYI, certain links not currently working</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-5-0-Release-Notes-FYI-certain-links-not-currently/m-p/2692163#M8291</link>
      <description>&lt;P&gt;This is obviously not a significant issue, but simply to advise you that certain links in the &lt;STRONG&gt;Visual COBOL 5.0 Release Notes&lt;/STRONG&gt; are not currently working.&amp;nbsp; In the passage(s) (may be more than one passage):&lt;/P&gt;&lt;P&gt;"See this information on the Product Documentation pages on Micro Focus SupportLine, in the product help for Visual COBOL for Visual Studio 2017 (&lt;EM&gt;&lt;FONT color="#3366FF"&gt;click here&lt;/FONT&gt;&lt;/EM&gt;) or Visual COBOL for Visual Studio 2019 (&lt;FONT color="#3366FF"&gt;&lt;EM&gt;click here&lt;/EM&gt;&lt;/FONT&gt;)."&lt;/P&gt;&lt;P&gt;... the "click here" links are not currently working.&lt;/P&gt;&lt;P&gt;This is not to say that I have tested all the links and all the others are working, but simply to let you know about these two.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 20:57:14 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-5-0-Release-Notes-FYI-certain-links-not-currently/m-p/2692163#M8291</guid>
      <dc:creator>Austin1</dc:creator>
      <dc:date>2019-08-15T20:57:14Z</dc:date>
    </item>
    <item>
      <title>When 64-bit COBOL dll called from Smalltalk application, getting "Cannot access &lt;PgmName&gt; in DLL" Er</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/When-64-bit-COBOL-dll-called-from-Smalltalk-application-getting/m-p/2691801#M8287</link>
      <description>&lt;P&gt;Installed Visual COBOL for Visual Studio 2019 on Windows Server 2012. I have created a project and loaded my COBOL program which has PROCEDURE DIVISION USING parameters. These parameters were declared in Linkage Section. I have set the Configuration as "Release" and Platform as "x64". I want to generate a 64-bit dll which will be accessed by Smalltalk application in 64-bit environment. We had a 32-bit dll from same COBOL program which is working fine with 32-bit Smalltalk application. Could someone help?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul KK&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 08:39:15 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/When-64-bit-COBOL-dll-called-from-Smalltalk-application-getting/m-p/2691801#M8287</guid>
      <dc:creator>Rahul KK</dc:creator>
      <dc:date>2019-08-14T08:39:15Z</dc:date>
    </item>
    <item>
      <title>Visual COBOL PE/Visual Studio CE freezing</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-PE-Visual-Studio-CE-freezing/m-p/2691487#M8284</link>
      <description>&lt;P&gt;Using the 2019 versions of the above, I have a problem. I have a project (MAIN program calling several SUB progs (.dlls)). Last week it was working as designed.&lt;/P&gt;&lt;P&gt;Today 2 things are happening. If I Start without Debugging the program completely ignores MAIN prog and the required SUB.dll and runs another .dll (which is just a stub since not yet completely programmed.)&lt;/P&gt;&lt;P&gt;If I set a breakpoint in MAIN prog at the initial PERFORM (i.e. to select which function is required) the program stops correctly. When I hit F11 to step through the program freezes and I have to use Task Manager to exit VC/VS.&lt;/P&gt;&lt;P&gt;I have made no changes to the application so I cannot understand why this is happening. Expert help required &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 02:30:53 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-PE-Visual-Studio-CE-freezing/m-p/2691487#M8284</guid>
      <dc:creator>PaoloR</dc:creator>
      <dc:date>2019-08-13T02:30:53Z</dc:date>
    </item>
    <item>
      <title>Detecting Numeric keys in WinForms</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Detecting-Numeric-keys-in-WinForms/m-p/2691436#M8283</link>
      <description>&lt;P&gt;What is the command to detect if the key that was pressed was numeric (e.g. 0 – 9) on a Windows Form? Or conversely, if the key that was pressed was NOT numeric? In C# the command is something like:&lt;/P&gt;&lt;P&gt;if (!char.IsControl(e.KeyChar) &amp;amp;&amp;amp; !char.IsDigit(e.KeyChar)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 20:48:22 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Detecting-Numeric-keys-in-WinForms/m-p/2691436#M8283</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-08-12T20:48:22Z</dc:date>
    </item>
    <item>
      <title>gnt build on win 2012 and deployed on win 2016</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/gnt-build-on-win-2012-and-deployed-on-win-2016/m-p/2690962#M8273</link>
      <description>&lt;P&gt;If I compile cobol programs in gnt format on windows server 2012 can I deploy this gnt in Cobol Server on Windows 2016?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 11:45:57 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/gnt-build-on-win-2012-and-deployed-on-win-2016/m-p/2690962#M8273</guid>
      <dc:creator>mf_galberico1</dc:creator>
      <dc:date>2019-08-08T11:45:57Z</dc:date>
    </item>
    <item>
      <title>Is there a trial version of Visual COBOL for Visual Studio 2017?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Is-there-a-trial-version-of-Visual-COBOL-for-Visual-Studio-2017/m-p/2690836#M8269</link>
      <description>&lt;P&gt;The links eventually guide me to download vcvs2019_50.exe but it demains VS 2019 which I do not have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 20:53:12 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Is-there-a-trial-version-of-Visual-COBOL-for-Visual-Studio-2017/m-p/2690836#M8269</guid>
      <dc:creator>Chris Mohrbacher</dc:creator>
      <dc:date>2019-08-07T20:53:12Z</dc:date>
    </item>
    <item>
      <title>Side-by-side versions possible on same development and production machine?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Side-by-side-versions-possible-on-same-development-and/m-p/2690624#M8263</link>
      <description>&lt;P&gt;I'm pretty sure I already know the answer to this, but for the record ...&lt;/P&gt;&lt;P&gt;My understanding is that Microsoft allows different versions of Visual Studio (for example VS 2013 and VS 2019) to coexist "side-by-side" on the &lt;U&gt;same&lt;/U&gt; development PC.&amp;nbsp; And even different versions of .Net to coexist on the &lt;U&gt;same&lt;/U&gt; server.&lt;/P&gt;&lt;P&gt;My question(s):&lt;/P&gt;&lt;P&gt;1) Does Micro Focus allow different versions of Visual COBOL to coexist on the &lt;U&gt;same&lt;/U&gt; development PC?&lt;/P&gt;&lt;P&gt;2) And different versions of COBOL Server to coexist on the &lt;U&gt;same&lt;/U&gt;&amp;nbsp;hardware server or &lt;U&gt;same&lt;/U&gt; virtual server?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 20:41:26 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Side-by-side-versions-possible-on-same-development-and/m-p/2690624#M8263</guid>
      <dc:creator>Austin1</dc:creator>
      <dc:date>2019-08-06T20:41:26Z</dc:date>
    </item>
    <item>
      <title>Detecting Caps Lock and other Function Keys in WinForm</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Detecting-Caps-Lock-and-other-Function-Keys-in-WinForm/m-p/2690525#M8254</link>
      <description>&lt;P&gt;Is there a command to detect whether the Caps lock, Num lock, or the Insert key are on in managed COBOL? The command in C# is something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if&lt;/SPAN&gt; (Control.IsKeyLocked(Keys.CapsLock))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; do something&lt;/P&gt;&lt;P&gt;end if.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following command in managed COBOL only detect whether the keys were pressed but does not detect whether the caps lock is on:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if e::KeyCode = type Keys::CapsLock&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; do something&lt;/P&gt;&lt;P&gt;end-if.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 13:27:57 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Detecting-Caps-Lock-and-other-Function-Keys-in-WinForm/m-p/2690525#M8254</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-08-06T13:27:57Z</dc:date>
    </item>
    <item>
      <title>Installing COBOL Server CS_23 on Windows Server 2019</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Installing-COBOL-Server-CS-23-on-Windows-Server-2019/m-p/2690148#M8251</link>
      <description>&lt;P&gt;We will be upgrading to a new server running Windows Server 2019, will there be any issue installing CS_23 on the new server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 15:38:44 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Installing-COBOL-Server-CS-23-on-Windows-Server-2019/m-p/2690148#M8251</guid>
      <dc:creator>ChrisM2</dc:creator>
      <dc:date>2019-08-02T15:38:44Z</dc:date>
    </item>
    <item>
      <title>Can't install PE 5.0</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Can-t-install-PE-5-0/m-p/2689481#M8247</link>
      <description>&lt;P&gt;I uninstalled my PE 4.0 via the Control panel.&lt;/P&gt;&lt;P&gt;When I execute VCE_50.exe it immediately gives me an error:0x81f40001 Visual Cobol 2.3 must be uninstalled before V5 can be installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't had 2.3 in years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Warren Mundy&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 698px;"&gt;&lt;img src="https://dcvta86296.i.lithium.com/t5/image/serverpage/image-id/16026i05D37220EBEED9EC/image-size/large?v=1.0&amp;amp;px=999" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:52:14 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Can-t-install-PE-5-0/m-p/2689481#M8247</guid>
      <dc:creator>wcmundy</dc:creator>
      <dc:date>2019-07-30T19:52:14Z</dc:date>
    </item>
    <item>
      <title>How to inherits from an existing windows form in Visual Cobol</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-inherits-from-an-existing-windows-form-in-Visual-Cobol/m-p/2688488#M8242</link>
      <description>&lt;P&gt;I would like to create a base windows form with functionalities that all application forms needed and then inherits from it. This is available from VB or C# (in design mode) but I am not able to figure out how to do it in Visual Cobol so I can use the inherited form in design mode. Can someone help? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:37:18 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-inherits-from-an-existing-windows-form-in-Visual-Cobol/m-p/2688488#M8242</guid>
      <dc:creator>chihangwong</dc:creator>
      <dc:date>2019-07-24T15:37:18Z</dc:date>
    </item>
    <item>
      <title>How to change DateTime time format to military time format (Visual Cobol)?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-change-DateTime-time-format-to-military-time-format/m-p/2688481#M8241</link>
      <description>&lt;P&gt;In a managed COBOL program, I am using DateTime to insert time stamps, but I don't want the time format of HH:MM:SS AM; I want it in military time format with no AM or PM.&amp;nbsp; I have not been able to find out how to do this on the site.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:17:00 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-change-DateTime-time-format-to-military-time-format/m-p/2688481#M8241</guid>
      <dc:creator>frand1</dc:creator>
      <dc:date>2019-07-24T15:17:00Z</dc:date>
    </item>
    <item>
      <title>Older attachments from the forum and/or other locations will not download</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Older-attachments-from-the-forum-and-or-other-locations-will-not/m-p/2688274#M8235</link>
      <description>&lt;P&gt;The following article:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.microfocus.com/t5/Visual-COBOL-Knowledge-Base/Visual-COBOL-for-Visual-Studio-Getting-Started-with-Solutions/ta-p/1755670" target="_blank"&gt;https://community.microfocus.com/t5/Visual-COBOL-Knowledge-Base/Visual-COBOL-for-Visual-Studio-Getting-Started-with-Solutions/ta-p/1755670&lt;/A&gt;&lt;/P&gt;&lt;P&gt;has an attachment which will not download.&amp;nbsp; When I click on the download link, I get the following message:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 419px;"&gt;&lt;img src="https://dcvta86296.i.lithium.com/t5/image/serverpage/image-id/15909i105EB9A42FE496FD/image-size/large?v=1.0&amp;amp;px=999" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 19:26:15 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Older-attachments-from-the-forum-and-or-other-locations-will-not/m-p/2688274#M8235</guid>
      <dc:creator>Austin1</dc:creator>
      <dc:date>2019-07-23T19:26:15Z</dc:date>
    </item>
    <item>
      <title>Masking Controls in Windows Form</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Masking-Controls-in-Windows-Form/m-p/2688205#M8232</link>
      <description>&lt;P&gt;I am trying to display a label control with the date field 07/23/19 but I instead get 72319 (I do not want the use to pick a date just simply to display a date to the user).&amp;nbsp; I believe there is a way to mask controls in windows form in order to get date fields and phone numbers but I am unsure as to the specific syntax for achieving this. I have attempted the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set lbl-DATE::Text type MaskedTextBox::&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This line of code, however, is either incorrect or incomplete.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 15:09:15 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Masking-Controls-in-Windows-Form/m-p/2688205#M8232</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-07-23T15:09:15Z</dc:date>
    </item>
    <item>
      <title>CALLing sub-program error</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/CALLing-sub-program-error/m-p/2687775#M8221</link>
      <description>&lt;P&gt;I'm trying to develop a project where a main program (say MAINCBL) accepts options and then CALLs sub programs. I created a MAINCBL solution and then added SUBPROG to the solution.&lt;/P&gt;&lt;P&gt;MAINCBL works fine but when I call SUBPROG I get an error message: 'Called program file not found in drive/directory: SUBPROG'.&amp;nbsp; Both MAINCBL.EXE and SUBPROG.EXE are in my \bin\x86\Debug directory so I'm at a loss to know what's wrong.&lt;/P&gt;&lt;P&gt;I changed the Application properties to Output to: Multiple Executables (not sure if this correct so please correct me if not.)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 01:42:21 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/CALLing-sub-program-error/m-p/2687775#M8221</guid>
      <dc:creator>PaoloR</dc:creator>
      <dc:date>2019-07-20T01:42:21Z</dc:date>
    </item>
    <item>
      <title>Getting an exception when adding an icon to form</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Getting-an-exception-when-adding-an-icon-to-form/m-p/2687679#M8217</link>
      <description>&lt;P&gt;When&amp;nbsp;I add&amp;nbsp;an icon to a form in managed cobol. I'm getting a MissingManifestResourceException exception. It said 'Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AppForm.resources" was correctly embedded or linked into assemblies required are loadable and fully signed.'. Not sure how to embed or link the icon resource into the assemblies and make it loadable. Can someone help? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sammy&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 14:21:45 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Getting-an-exception-when-adding-an-icon-to-form/m-p/2687679#M8217</guid>
      <dc:creator>chihangwong</dc:creator>
      <dc:date>2019-07-19T14:21:45Z</dc:date>
    </item>
    <item>
      <title>String to binary-doubled</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/String-to-binary-doubled/m-p/2687546#M8209</link>
      <description>&lt;P&gt;I have declared in the working storage of my Windows form a numeric variable as follows:&lt;/P&gt;&lt;P&gt;01 tmp-Num pic 9(10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to move the text from a text control to a numeric field variable a follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;Set tmp-Num &amp;nbsp;to txt_CLNT-NAME-SELECT::Text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I received a “cannot implicitly convert string to binary-doubled unsigned”. I type a 10 numeric digit in the txt_CLNT-NAME-SELECT but my form, it seems, is defining it as alphabetic characters. I only want numeric fields to be typed into the&amp;nbsp; txt_CLNT-NAME-SELECT::Text because I need to do calculation with it.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 22:15:44 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/String-to-binary-doubled/m-p/2687546#M8209</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-07-18T22:15:44Z</dc:date>
    </item>
    <item>
      <title>RunUnit recommended approach with wrapper</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/RunUnit-recommended-approach-with-wrapper/m-p/2687359#M8205</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have completed a proof of concept task involving building Procedural COBOL as managed code and creating a COBOLjvm wrapper that binds/unbinds the DB connection and calls the now managed procedural COBOL.&lt;/P&gt;&lt;P&gt;Having completed a Java test harness to call the wrapper successfully I now want to integrate the wrapper into our Java application and use the RunUnit class as it's a multi-user application deployed on a application server.&lt;/P&gt;&lt;P&gt;Looking at the documentation and forum postings it seems you use either add/getInstance or call methods of RunUnit. The docs mainly refer to using SmartLinkage so any tips to the recommended approach when using a wrapper class would be much appreciated. I had thought of adding the wrapper to the RunUnit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 08:32:09 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/RunUnit-recommended-approach-with-wrapper/m-p/2687359#M8205</guid>
      <dc:creator>DCM</dc:creator>
      <dc:date>2019-07-18T08:32:09Z</dc:date>
    </item>
    <item>
      <title>Index and Arrays</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Index-and-Arrays/m-p/2687248#M8201</link>
      <description>&lt;P&gt;I currently have the following array declared in my Windows Form&lt;/P&gt;&lt;P&gt;class-id TPS000.TPS0010DForm is partial&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; inherits type System.Windows.Forms.Form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; working-storage section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01 multi-line string property occurs 12.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The index for this array starts as (0) as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(0) = 1st Element&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (1) = 2nd Element&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (2) = 3rd Element&lt;/P&gt;&lt;P&gt;Etc………&lt;/P&gt;&lt;P&gt;Is there any way of forcing the index to start at 1 so that the elements are stored as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(1) = 1st Element&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(2) = 2nd Element&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(3)= 3rd Element&lt;/P&gt;&lt;P&gt;Etc…&lt;/P&gt;&lt;P&gt;Initializing the first index to 1 will make my program easier to code and to debug later on.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 19:50:40 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Index-and-Arrays/m-p/2687248#M8201</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-07-17T19:50:40Z</dc:date>
    </item>
    <item>
      <title>using OpenESQL with an Oracle ODBC 32-bit DSN</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/using-OpenESQL-with-an-Oracle-ODBC-32-bit-DSN/m-p/2686679#M8181</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are trying to use OpenESQL with an Oracle ODBC 32-bit DSN in our managed code.&lt;/P&gt;&lt;P&gt;Connecting to the ODBC DSN is working fine in both Visual Studio Server Explorer and ODBC Data Source Administrator (32-bit).&amp;nbsp;&amp;nbsp; However, I am not able to get it working with my managed Cobol program.&lt;/P&gt;&lt;P&gt;What are the steps that need to be done in order&amp;nbsp; to use OpenESQL for an Oracle ODBC DSN connection?&lt;/P&gt;&lt;P&gt;We have been using ProCobol in native code and just started to explore managed code using Winforms. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 15:41:47 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/using-OpenESQL-with-an-Oracle-ODBC-32-bit-DSN/m-p/2686679#M8181</guid>
      <dc:creator>frand1</dc:creator>
      <dc:date>2019-07-15T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Rebuild.exe</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Rebuild-exe/m-p/2686596#M8175</link>
      <description>&lt;P&gt;I am getting a file error status 39 when opening an indexed file.&lt;/P&gt;&lt;P&gt;I need to rebuild the file. Where do I get Rebuild.exe?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Shirley&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 08:04:43 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Rebuild-exe/m-p/2686596#M8175</guid>
      <dc:creator>Shirley2</dc:creator>
      <dc:date>2019-07-15T08:04:43Z</dc:date>
    </item>
    <item>
      <title>Function Keys not recognised</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Function-Keys-not-recognised/m-p/2686511#M8173</link>
      <description>&lt;P&gt;I'm not sure whether this should be posted here as it's hardware related. Anyway, I've been experimenting with the use of function keys in native COBOL using examples in MF documentation. However the keys are not recognised by the program. When I input one of the defined keys I get the message: "That keystroke has no meaning here".&lt;/P&gt;&lt;P&gt;I'm using a Dell XPS 15 which has dual-function F keys, and choosing whether to use F Keys as function keys (F1 ... F12) or for their alternative use is decided by holding down a special key on the keyboard. Now this has not worked - I've been into the BIOS and tried the alternatives to try and get it working but to no avail. As I say, it's probably a hardware problem but I wondered if MF had come across this problem and, if so, whether a solution was found.&lt;/P&gt;&lt;P&gt;For info the example I have used is shown in &lt;A href="https://supportline.microfocus.com/documentation/books/nx30books/ciadis.htm" target="_blank"&gt;https://supportline.microfocus.com/documentation/books/nx30books/ciadis.htm&lt;/A&gt; and section 2.6.5.1.&lt;/P&gt;&lt;P&gt;Thanks for any feedback.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2019 06:11:41 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Function-Keys-not-recognised/m-p/2686511#M8173</guid>
      <dc:creator>PaoloR</dc:creator>
      <dc:date>2019-07-13T06:11:41Z</dc:date>
    </item>
    <item>
      <title>Specifying the X and Y coordinates in Windows Form</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Specifying-the-X-and-Y-coordinates-in-Windows-Form/m-p/2686458#M8170</link>
      <description>&lt;P&gt;I am trying to specify the X and Y coordinates on my form and though I realize I can do this on the form’s property’s window, I would like to be able to do this in the program. I have the following code when the form loads:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method-id Form1_Load final private.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure division using by value sender as object e as type System.EventArgs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;set self::Location::X to '690'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;set self::Location::Y to '255'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This does not appear to work and I do not know why. The X and Y coordinates get reverted to some kind of default value. And this happens even if I specify the coordinates in the property’s window. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 17:35:30 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Specifying-the-X-and-Y-coordinates-in-Windows-Form/m-p/2686458#M8170</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-07-12T17:35:30Z</dc:date>
    </item>
    <item>
      <title>Creating a 'Sleep' function in Windows Form</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Creating-a-Sleep-function-in-Windows-Form/m-p/2686258#M8165</link>
      <description>&lt;P&gt;Is there a way to display a form for about 5 seconds and then return to the program? What I am basically trying to do is to display a background form and then display another form on top of it (I do not wish to hide the background form until the user triggers an event on the second form). I therefore want to invoke the second from within my background form without closing or hiding the background form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did this once with a Visual Basic form as follows:&lt;/P&gt;&lt;P&gt;System.Threading.Thread.CurrentThread.Sleep(5000)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I do not know if there is anything remotely similar in Managed COBOL.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 17:49:52 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Creating-a-Sleep-function-in-Windows-Form/m-p/2686258#M8165</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-07-11T17:49:52Z</dc:date>
    </item>
    <item>
      <title>Full stops not appearing</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Full-stops-not-appearing/m-p/2685886#M8163</link>
      <description>&lt;P&gt;Some weird behaviour which I cannot fathom.&lt;/P&gt;&lt;P&gt;Given a simple program:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;       identification division.
       program-id.
       environment division.
       configuration section.

       data division.
       working-storage section.
       01 function-key-pressed pic 9(4).

       procedure division.
           stop run.
       end program.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;As typed in Notepad, all full stops appear. When I input to VC2019, by cut/paste from Notepad, the full stops are not reflected and I get errors - COBCH0143 Unknown IDENTIFICATION DIVISION paragraph .&lt;/P&gt;&lt;P&gt;Strangely if I then cut/paste the code from VC to Notepad the full stops are there. Very strange &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 01:45:58 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Full-stops-not-appearing/m-p/2685886#M8163</guid>
      <dc:creator>PaoloR</dc:creator>
      <dc:date>2019-07-10T01:45:58Z</dc:date>
    </item>
    <item>
      <title>Creating Control Arrays in Windows Form (Managed COBOL)</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Creating-Control-Arrays-in-Windows-Form-Managed-COBOL/m-p/2685802#M8160</link>
      <description>&lt;P&gt;I have a Windows form with 12 label controls which I want to populate with information I have stored in an Array.&amp;nbsp; What I have currently is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method-id TPS0010DForm_Load final private.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure division using by value sender as object e as type System.EventArgs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;set lbl1::Text to LineArray(1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set lbl2::Text to LineArray(2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set lbl3::Text to LineArray(3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;goback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect that a better way to do this would be roughly as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method-id TPS0010DForm_Load final private.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure division using by value sender as object e as type System.EventArgs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;perform varying the-index from 1 by 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;until the-index &amp;gt; 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set lbl(array-item)::Text&amp;nbsp; to LineArray(the-index)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;compute the-index = the-index + 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end-perform&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;goback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I do not know how to make my labels into an array (set lbl(array-item)::Text). I have another screen that has about 100 labels and so I would not want to write 100 lines just to move information from an array into each label. I want to do it in a loop.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 16:09:24 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Creating-Control-Arrays-in-Windows-Form-Managed-COBOL/m-p/2685802#M8160</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-07-09T16:09:24Z</dc:date>
    </item>
    <item>
      <title>Less than comparison operator Issue in Visual COBOL</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Less-than-comparison-operator-Issue-in-Visual-COBOL/m-p/2685738#M8155</link>
      <description>&lt;P&gt;In Visual COBOL for eclipse we are facing the below issue&lt;/P&gt;&lt;P&gt;IF (Variable-1 &amp;lt; 0) OR&lt;BR /&gt;(Variable-2 &amp;lt; 0) OR&lt;BR /&gt;(Variable-3 &amp;lt; 0)&lt;BR /&gt;GO TO 500-FINALIZE.&lt;/P&gt;&lt;P&gt;The PIC clause and value for the 3 variables are as below.&lt;/P&gt;&lt;P&gt;Variable-1 (S9(005)V99)- 0000000+&lt;BR /&gt;Variable-2 (S9(005)V99)- 0000000+&lt;BR /&gt;Variable-3 (S9(005)V9(6)) - 00000000000+&lt;/P&gt;&lt;P&gt;The above condition is set to true but actually, it is not.&lt;/P&gt;&lt;P&gt;When we try SIGN-FIXUP compiler option it is working fine. Whether any other alternate solution is there for this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 11:07:22 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Less-than-comparison-operator-Issue-in-Visual-COBOL/m-p/2685738#M8155</guid>
      <dc:creator>Senthil4</dc:creator>
      <dc:date>2019-07-09T11:07:22Z</dc:date>
    </item>
    <item>
      <title>Add watch point - VC 2019</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Add-watch-point-VC-2019/m-p/2685640#M8151</link>
      <description>&lt;P&gt;Silly question really but I can't find a way to add a watch point i.e. see contents of a variable in VC PE. I used to be able to do this in VC PE 2017 but, unless I'm missing something obvious, I'm at a a loss with VC 2019.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 04:08:22 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Add-watch-point-VC-2019/m-p/2685640#M8151</guid>
      <dc:creator>PaoloR</dc:creator>
      <dc:date>2019-07-09T04:08:22Z</dc:date>
    </item>
    <item>
      <title>invoking multiple winforms from visual cobol programs (unmanaged and managed)</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/invoking-multiple-winforms-from-visual-cobol-programs-unmanaged/m-p/2685503#M8143</link>
      <description>&lt;P&gt;I have Program A that calls Form1 (which will&amp;nbsp;only display&amp;nbsp;one table entry).&amp;nbsp; User puts in a search key, presses Search key, and the data is passed to&amp;nbsp;Program B, which looks up the entry and returns that to Form 1.&lt;/P&gt;&lt;P&gt;User may then press List button.&amp;nbsp; Control goes to Program B, which will then call Program C.&amp;nbsp; Program C reads through the database and fills an array with appropriate records, then attempts to invoke Form2 (list screen using data grid view).&amp;nbsp; However, it stops at&amp;nbsp; 'invoke Form2 "NEW" returning anotherInstance' (I have to stop debug to end program). &amp;nbsp;Form1 remains where it is, and Form 2 never displays.&amp;nbsp; Not sure how to fix this...&lt;/P&gt;&lt;P&gt;Program A -&amp;gt; Form1&lt;/P&gt;&lt;P&gt;Form1 -&amp;gt; user presses Search button -&amp;gt; ProgramB&lt;/P&gt;&lt;P&gt;ProgramB gets data, returns it to Form1&lt;/P&gt;&lt;P&gt;Form1 -&amp;gt; User presses History buttonto get list of all records with the record key -&amp;gt; ProgramB&lt;/P&gt;&lt;P&gt;ProgramB -&amp;gt; ProgramC builds array with data and invokes Form2&lt;/P&gt;&lt;P&gt;ProgramC remains on line that attempts to instantiate the object, Form1 remains and Form2 does not appear (not surprising, as object is never instantiated).&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 14:26:48 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/invoking-multiple-winforms-from-visual-cobol-programs-unmanaged/m-p/2685503#M8143</guid>
      <dc:creator>frand1</dc:creator>
      <dc:date>2019-07-08T14:26:48Z</dc:date>
    </item>
    <item>
      <title>Passing Parameters in Visual COBOL (Managed COBOL)</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Passing-Parameters-in-Visual-COBOL-Managed-COBOL/m-p/2685074#M8137</link>
      <description>&lt;P&gt;I am trying to pass a parameters from a Windows Form program to a regular program. For example. I have a TestForm.cbl which pertains to a form and looks roughly as follows in the solution explorer:&lt;/P&gt;&lt;P&gt;TestForm.cb&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; TestForm.resx&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TestForm.Designer.cbl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This form is invoked by a regular program (program named is tps000.cbl) as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set TestForm to new TPSSTART.TestForm()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;invoke type System.Windows.Forms.Application::EnableVisualStyles()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;invoke Testform::ShowDialog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;After the form is displayed, I want to be able to return a parameter or parameters back to tps000.cbl after the user has clicked on event/object on the form. For example, in the TestForm.cbl I have the following code:&lt;/P&gt;&lt;P&gt;method-id TestForm_FormClosing final private.&lt;/P&gt;&lt;P&gt;procedure division using by value sender as object e as type System.Windows.Forms.FormClosingEventArgs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;IF ENTER-FLAG = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;goback returning ENTER-FLAG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;END-IF.&lt;/P&gt;&lt;P&gt;end method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above code of returning an enter flag obviously does not work because that is not the way to pass parameters. I want to know how to pass parameters between form programs and non-form programs. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 19:50:11 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Passing-Parameters-in-Visual-COBOL-Managed-COBOL/m-p/2685074#M8137</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-07-03T19:50:11Z</dc:date>
    </item>
    <item>
      <title>visual cobol for eclipse build without directory name</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/visual-cobol-for-eclipse-build-without-directory-name/m-p/2684984#M8134</link>
      <description>&lt;P&gt;I am running visual cobol for eclipse 4.7 . When compiling programs with directories for example P1L/S25/A950/EXTRACT.cbl&amp;nbsp;&amp;nbsp; --&amp;gt; the build&amp;nbsp; is successfully done but the building object does not keep the same directory name as the source and is &amp;nbsp;put in the the build library with the name EXTRACT &amp;nbsp; in stead of the whole directory&amp;nbsp;name P1L/S25/A950/EXTRACT . Does anybody knows how to solve this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 12:30:53 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/visual-cobol-for-eclipse-build-without-directory-name/m-p/2684984#M8134</guid>
      <dc:creator>rva99</dc:creator>
      <dc:date>2019-07-03T12:30:53Z</dc:date>
    </item>
    <item>
      <title>Cannot uninstall visual cobol 2017</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Cannot-uninstall-visual-cobol-2017/m-p/2684977#M8133</link>
      <description>&lt;P&gt;Please see logfile&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 12:00:02 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Cannot-uninstall-visual-cobol-2017/m-p/2684977#M8133</guid>
      <dc:creator>weaverdj</dc:creator>
      <dc:date>2019-07-03T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Visual COBOL numeric variables issue</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-numeric-variables-issue/m-p/2682828#M8115</link>
      <description>&lt;P&gt;We recently moved from MF COBOL to Visual COBOL(Eclipse). When we were doing testing between MF COBOL and Visual COBOL we identified few differences in the extracts which are generated. In numeric variables the trailing zeros are missing in visual cobol&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;MF COBOL: 9848300&lt;/P&gt;&lt;P&gt;Visual COBOL: 98483&lt;/P&gt;&lt;P&gt;Whether i need to change any compiler option, so that this issue will be solved?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:46:56 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-numeric-variables-issue/m-p/2682828#M8115</guid>
      <dc:creator>Senthil4</dc:creator>
      <dc:date>2019-06-21T12:46:56Z</dc:date>
    </item>
    <item>
      <title>PDFCreator in Visual Cobol</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/PDFCreator-in-Visual-Cobol/m-p/2682531#M8113</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Hope you are having a good summer.&lt;/P&gt;&lt;P&gt;I'm still a newbie when it comes to COM objects in Visual Cobol but I was hoping someone might be able to help me with calling PDFCreator. &amp;nbsp;I am unsure if I am adding it correctly as a Reference but the program code isn't giving any error.&amp;nbsp; Various .Net messages are popping up when I run the code,&amp;nbsp;which hint at being unable to find&amp;nbsp;PDFCreator&amp;nbsp;or, more specifically,&amp;nbsp;its various .dlls. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the ComWrapper in the class-id section plus some entries in $set -- maybe they aren't right though. I'm honestly all at sea as to how to get it to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't seem to log in to the forum via any browser at work (but can view posts) so am using my home PC to post this message.&amp;nbsp; I'll&amp;nbsp;try write more specific details tomorrow evening but if anyone has used PDFCreator from Visual Cobol before I'd appreciate if you could help.&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 17:47:38 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/PDFCreator-in-Visual-Cobol/m-p/2682531#M8113</guid>
      <dc:creator>jfdubirl</dc:creator>
      <dc:date>2019-06-19T17:47:38Z</dc:date>
    </item>
    <item>
      <title>Printing jpg from unmanaged/native code</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Printing-jpg-from-unmanaged-native-code/m-p/1796064#M8105</link>
      <description>&lt;P&gt;I have an old unmanaged/native application where I need to print a jpg image of a signature.&amp;nbsp; &amp;nbsp;Is there a way to print the image in native code?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:16:28 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Printing-jpg-from-unmanaged-native-code/m-p/1796064#M8105</guid>
      <dc:creator>ChrisM2</dc:creator>
      <dc:date>2019-06-17T15:16:28Z</dc:date>
    </item>
    <item>
      <title>Update version in SupportLine database</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Update-version-in-SupportLine-database/m-p/1796049#M8103</link>
      <description>&lt;P&gt;Does anybody know how to update the versions of your licensed products in your Product Profile in SupportLine?&amp;nbsp; We are running v4 but our Product Profile still says 2.3.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:14:22 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Update-version-in-SupportLine-database/m-p/1796049#M8103</guid>
      <dc:creator>DMonnot</dc:creator>
      <dc:date>2019-06-17T13:14:22Z</dc:date>
    </item>
    <item>
      <title>Get Windows Form location</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Get-Windows-Form-location/m-p/1795901#M8101</link>
      <description>&lt;P&gt;I am trying obtain the location for the coordinates of my windows form in the program so that I may pass these coordinates to the next form. I want to be able to show a form in the same position as my previous form.&amp;nbsp; Doing this in C# is something like &lt;SPAN&gt;public&lt;/SPAN&gt; System.Drawing.Point Location { &lt;SPAN&gt;get&lt;/SPAN&gt;; &lt;SPAN&gt;set&lt;/SPAN&gt;; }. But I simply do not know that the commands are in Visual Cobol. Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 20:10:29 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Get-Windows-Form-location/m-p/1795901#M8101</guid>
      <dc:creator>Alex_Castro</dc:creator>
      <dc:date>2019-06-14T20:10:29Z</dc:date>
    </item>
    <item>
      <title>Visual Studio 2019</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-Studio-2019/m-p/1795740#M8098</link>
      <description>&lt;P&gt;I've just installed VS 2019 Community Edition and, of course, my current version of Visual COBOL PE will not work with this VS version. When will a VS 2019-capable version of VC PE be available?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 02:36:15 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-Studio-2019/m-p/1795740#M8098</guid>
      <dc:creator>PaoloR</dc:creator>
      <dc:date>2019-06-14T02:36:15Z</dc:date>
    </item>
    <item>
      <title>Visual COBOL Eclipse - COBOL JVM Project build</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-Eclipse-COBOL-JVM-Project-build/m-p/1795548#M8097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm running VC 4.0 with the latest patch and Eclipse 4.8 and have issues compiling/building the COBOL JVM project relating to copybook includes within the managed COBOL&amp;amp; wrapper classes which was converted from Native.&lt;/P&gt;&lt;P&gt;If I create a new COBOL JVM project and select - import/import/File System and select the svn project to import into my workspace within Eclipse this physically copies all the relevant files and I can compile &amp;amp; build successfully.&lt;/P&gt;&lt;P&gt;However if I select Advanced/Create links in workspace from the import wizard I get compile errors and build issues.&lt;/P&gt;&lt;P&gt;I keep the create link locations to the default environment variable 'PROJECT_LOC' and all looks okay as the jvm packages/managed code is imported but I get 'COBCH0008S Unknown copybook' errors with the COPY statement even after I have assigned the copybook package within project properties.&lt;/P&gt;&lt;P&gt;If I re-import the copybooks it seems to fix the issue, however it reappears after closing &amp;amp; opening Eclipse.&lt;/P&gt;&lt;P&gt;This is not an issue if I don't select the create link option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also have issue when trying to clean/build project which seems to compile but get the message 'No COBOL JVM modules to build and the bin directory is empty.&lt;/P&gt;&lt;P&gt;Again this does not happen if&amp;nbsp;I don't select the create link option.&lt;/P&gt;&lt;P&gt;Ideally I would prefer not to physically import the code into Eclipse so any suggestions as to what I need to check would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 11:30:35 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-Eclipse-COBOL-JVM-Project-build/m-p/1795548#M8097</guid>
      <dc:creator>DCM</dc:creator>
      <dc:date>2019-06-13T11:30:35Z</dc:date>
    </item>
    <item>
      <title>Listing Cobol Records</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Listing-Cobol-Records/m-p/1795174#M8096</link>
      <description>&lt;P&gt;I need to list records from an isam file (not datasource) when 'LIST' is selected on the Navbar.&lt;/P&gt;&lt;P&gt;Once listed it needs to be responsive so that a record can be selected.&lt;/P&gt;&lt;P&gt;Do I use Datagrid, ListView or DataView?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Examples would be very helpful.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 10:21:28 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Listing-Cobol-Records/m-p/1795174#M8096</guid>
      <dc:creator>Shirley2</dc:creator>
      <dc:date>2019-06-11T10:21:28Z</dc:date>
    </item>
    <item>
      <title>gui interface</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/gui-interface/m-p/1794474#M8094</link>
      <description>&lt;P&gt;Can anyone recommend which is the&amp;nbsp;best&amp;nbsp;&lt;SPAN&gt;framework to use for building a website with Visual Cobol.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So far I've looked at Bootstrap but would welcome any other suggestions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shirley&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 07:08:03 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/gui-interface/m-p/1794474#M8094</guid>
      <dc:creator>Shirley2</dc:creator>
      <dc:date>2019-06-06T07:08:03Z</dc:date>
    </item>
    <item>
      <title>Available Pro*COBOL precompiler options</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Available-Pro-COBOL-precompiler-options/m-p/1794228#M8092</link>
      <description>&lt;P&gt;I have an INT/GNT project in Visual COBOL / Visual Studio. If I choose the "Oracle Pro*COBOL" preprocessor in the SQL tab in Project Properties and then click on the Add button, I notice that the options available are not the same as the options presented in the "Pro*COBOL Programmer's Guide 11g Release 2" (&lt;A href="https://docs.oracle.com/cd/E11882_01/appdev.112/e10826/title.htm" target="_blank"&gt;https://docs.oracle.com/cd/E11882_01/appdev.112/e10826/title.htm&lt;/A&gt;). The CONFIG and SQLCHECK options e.g. are not avaible in Visual Studio.&lt;/P&gt;&lt;P&gt;But if I enter these two options directly in the cblproj file they will be accepted by the compiler. And if I right-click on the project in Solution Explorer and choose "Determine directives", the SQLCHECK option will be added.&lt;/P&gt;&lt;P&gt;What is the logic behind this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 05:28:39 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Available-Pro-COBOL-precompiler-options/m-p/1794228#M8092</guid>
      <dc:creator>Jens Forsberg</dc:creator>
      <dc:date>2019-06-05T05:28:39Z</dc:date>
    </item>
    <item>
      <title>Upgrading from Oracle 11g to Oracle 12c</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Upgrading-from-Oracle-11g-to-Oracle-12c/m-p/1793537#M8074</link>
      <description>&lt;P&gt;I'm using mainly the INT/GNT project type in Visual COBOL and I'm planning to upgrade from Oracle 11g to Oracle 12c. But since INT/GNT requires the 32-bit Pro*COBOL compiler and the only 32-bit edition among the 12c editions is the Client Edition, I'm planning to install the 64-bit Standard Edition (including the database) and the 32-bit Client Edition (including Pro*COBOL).&lt;/P&gt;&lt;P&gt;What do you think of that?&lt;/P&gt;&lt;P&gt;Am I wrong in that INT/GNT requires 32-bit Pro*COBOL?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 15:38:37 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Upgrading-from-Oracle-11g-to-Oracle-12c/m-p/1793537#M8074</guid>
      <dc:creator>Jens Forsberg</dc:creator>
      <dc:date>2019-05-30T15:38:37Z</dc:date>
    </item>
    <item>
      <title>debug visual cobol copy statement with directory path not found</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/debug-visual-cobol-copy-statement-with-directory-path-not-found/m-p/1792556#M8066</link>
      <description>&lt;P&gt;I am using micro focus visual cobol 4.7 ; when using a program with a copy statement with a directory path (for example copy "P1K/ENDDATE/date.cpy" ) the debugger does not open this copy in de debugger mode when arriving at the copy statement . If I use a copy statement with no directory path (for example copy "convert.cpy") the debugger opens the copy perfectly. However the program is correctly compiled with no errors. What could cause this problem of not finding copy with directory path?,&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 09:23:53 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/debug-visual-cobol-copy-statement-with-directory-path-not-found/m-p/1792556#M8066</guid>
      <dc:creator>rva99</dc:creator>
      <dc:date>2019-05-23T09:23:53Z</dc:date>
    </item>
    <item>
      <title>external stored procedure in cobol for db2 luw</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/external-stored-procedure-in-cobol-for-db2-luw/m-p/1792554#M8065</link>
      <description>&lt;P&gt;Is it possible to create external stored procedures in DB2 LUW-environment using Visual COBOL?&lt;/P&gt;&lt;P&gt;We are running SQL Procedures in our current setup but there is a demand for creating External Stored Procdures using Cobol. Mostly because Cobol is common knowledge where I work.&lt;/P&gt;&lt;P&gt;I have done this before but that was in a zOS environment using a WorkLoadManager.&lt;/P&gt;&lt;P&gt;Now I need it for Linux and DB2 LUW.&lt;/P&gt;&lt;P&gt;From what I have read there are certain database auth you need and I have granted this.&lt;/P&gt;&lt;P&gt;As default the load modules should be placed in&amp;nbsp; /sqllib/function-directory of the database server. I have some issues putting load modules in the right directory but before I solve that it would be nice to know if anyone have succeeded in writing stored procedures in Cobol for a DB2 Linux environment.&lt;/P&gt;&lt;P&gt;If there are documentation that I didn't manage to find, please point the direction, but info from someone who actually did it is even better.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 09:16:12 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/external-stored-procedure-in-cobol-for-db2-luw/m-p/1792554#M8065</guid>
      <dc:creator>PeterI_vfb</dc:creator>
      <dc:date>2019-05-23T09:16:12Z</dc:date>
    </item>
    <item>
      <title>Execute Cobol Code in C# Applications</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Execute-Cobol-Code-in-C-Applications/m-p/1792298#M8058</link>
      <description>&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;I'm trying to make a new C# Application and execute existing Cobol Code. My problem now is:&lt;/P&gt;&lt;P&gt;If i create a Cobol solution in Visual Studio and&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;set the Output type to "Link Library", i can compile it to a .dll file, but couldn't add this file as a reference in my C# solution.&lt;UL&gt;&lt;LI&gt;Error: &lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Make sure that the file is accessible and is a valid Assembly or COM-Component&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;- set the Output type to "Class Library", i get lot of Errors. For example:&lt;UL&gt;&lt;LI&gt;Error: COBCH0860 Object references must be specified at 01 level ...&lt;/LI&gt;&lt;LI&gt;Unknwown types; Redefines on incorrect field; Not a data name ...&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Does anyone know how i can compile existing code files and import it to my new Application or fix my Problems above?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 08:32:03 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Execute-Cobol-Code-in-C-Applications/m-p/1792298#M8058</guid>
      <dc:creator>sebastian_braun</dc:creator>
      <dc:date>2019-05-22T08:32:03Z</dc:date>
    </item>
    <item>
      <title>Project properties and directives</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Project-properties-and-directives/m-p/1792251#M8057</link>
      <description>&lt;P&gt;I'm new to Visual COBOL and trying to figure out how to use (1) Project Properties, (2) Tools / Options / Micro Focus / Directives, (3) the $SET command and (4) the Application.Config file correctly.&lt;/P&gt;&lt;P&gt;The only project type I'm working with is INT/GNT. I use Visual Studio 2017 on Windows as IDE. I use Oracle's Pro*COBOL precompiler.&lt;/P&gt;&lt;P&gt;Here are some of my questions and thoughts.&lt;/P&gt;&lt;P&gt;1) By default VC seems to read the pcbcfg.cfg file in the [oracle]/precomp/admin. If I would like to have different cfg files for different situations, where do I put the directive to point to the cfg file I want to use?&lt;/P&gt;&lt;P&gt;2) In Project Properties - Application there is an Environment button. If you click on that you can enter differents settings. When do you want to do this and when will they be used?&lt;/P&gt;&lt;P&gt;3) In Project Properties - SQL there is an Add button for adding directives for the chosen preprocessor. But there is a textbox for "additional directives" as well. What is the difference?&lt;/P&gt;&lt;P&gt;4) In Project Properties - COBOL there is a textbox for "additional directives". When are you supposed to use this? In the same tab there is an "Advanced" button where you can enter copybook paths. What's the reason for this option when you already have the Copybooks tab?&lt;/P&gt;&lt;P&gt;5) When do you use the Application.Config file?&lt;/P&gt;&lt;P&gt;6) If you have multiple projects, is it then necessary to have one Application.Config file for each project or is it possible to have a common file? Or, in this case, should you put your common entries in Project Properties (if that is possible)?&lt;/P&gt;&lt;P&gt;7) When are you supposed to use Tools / Options / Micro Focus / Directives?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; There doesn't seem to be a way to add the P(CP) directive somewhere. Anyway, when I use the Determine Directives it gets added to the cblproj file. Is this the correct way to add the P(CP) directive?&lt;/P&gt;&lt;P&gt;9) Are you supposed to use the Windows environment variables as well? If so, when?&lt;/P&gt;&lt;P&gt;I have looked in Microsoft Help Viewer, but although there is a lot of information about this I can't find the answers to the questions above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 06:02:35 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Project-properties-and-directives/m-p/1792251#M8057</guid>
      <dc:creator>Jens Forsberg</dc:creator>
      <dc:date>2019-05-22T06:02:35Z</dc:date>
    </item>
    <item>
      <title>Project-to-project in an INT/GNT project</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Project-to-project-in-an-INT-GNT-project/m-p/1792224#M8056</link>
      <description>&lt;P&gt;I've seen in this forum it should be possible to have multiple projects in one solution and to merge these projects into one single output INT or GNT file. I think I saw the term "project-to-project" somewhere.&lt;/P&gt;&lt;P&gt;Does anyone know how to achieve this? I have a solution with four INT/GNT projects which I would like to merge into one single output file.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 05:08:18 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Project-to-project-in-an-INT-GNT-project/m-p/1792224#M8056</guid>
      <dc:creator>Jens Forsberg</dc:creator>
      <dc:date>2019-05-22T05:08:18Z</dc:date>
    </item>
    <item>
      <title>PREXML and PROCOB in same project</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/PREXML-and-PROCOB-in-same-project/m-p/1792060#M8055</link>
      <description>&lt;P&gt;I have a project where there are embedded SQL and XML as well. When I add "$set preprocess(prexml) endp" at the top of the cbl file or add the Micro Focus XML Preprocessor in Project Properties - Preprocessors and make a rebuild, the build process seems to get hanged. The Output window keeps adding these lines until I cancel the build process:&lt;/P&gt;&lt;P&gt;------ Rebuild All started: Project: IntGntProject1, Configuration: Debug x86 ------&lt;BR /&gt;&lt;BR /&gt;* Cobsql Integrated Preprocessor&lt;BR /&gt;* Compiling c:\jens\visualcobol\IntGntProject1\IntGntProject1\K2281.cbl&lt;BR /&gt;* CSQL-I-008: Invoking CP Preprocessor&lt;BR /&gt;Micro Focus Embedded XML/HTML Preprocessor&lt;BR /&gt;Version a.b.cc Copyright (C) Micro Focus 1984-2018. All rights reserved.&lt;BR /&gt;Micro Focus Embedded XML/HTML Preprocessor&lt;BR /&gt;Version a.b.cc Copyright (C) Micro Focus 1984-2018. All rights reserved. ...&lt;/P&gt;&lt;P&gt;Anyone has an idea what's wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 11:22:58 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/PREXML-and-PROCOB-in-same-project/m-p/1792060#M8055</guid>
      <dc:creator>Jens Forsberg</dc:creator>
      <dc:date>2019-05-21T11:22:58Z</dc:date>
    </item>
    <item>
      <title>Where is the "wish list" for Visual COBOL?</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Where-is-the-quot-wish-list-quot-for-Visual-COBOL/m-p/1790078#M8048</link>
      <description>&lt;P&gt;Where can I find the "wish list" or "feature request list" for Visual COBOL?&amp;nbsp; You, the place where people can describe a feature they would like to see and then other Visual COBOL users vote on whether they would also like to see it?&lt;/P&gt;&lt;P&gt;One that I would like to see is the Application.config file working the way it does with Managed code and all of the other IDE's in Visual Studio, instead of whatever it is that is there now.&amp;nbsp; It would be nice to have a config file that actually works as a config file, providing information to the program that is not available at compile time, "late binding" and can be transformed like the app.config in Managed code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 21:43:38 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Where-is-the-quot-wish-list-quot-for-Visual-COBOL/m-p/1790078#M8048</guid>
      <dc:creator>hleerobinson</dc:creator>
      <dc:date>2019-05-07T21:43:38Z</dc:date>
    </item>
    <item>
      <title>Remote Debug a Core Dump VC 4.0 Eclipse/Windows</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Remote-Debug-a-Core-Dump-VC-4-0-Eclipse-Windows/m-p/1771129#M8037</link>
      <description>&lt;P&gt;Can I connect to a dump file on a remote server and use .IDY files on that server (or another server) to remotely debug a core dump file using VC 4.0 Eclipse running on Windows?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2019 19:09:23 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Remote-Debug-a-Core-Dump-VC-4-0-Eclipse-Windows/m-p/1771129#M8037</guid>
      <dc:creator>StompinBob</dc:creator>
      <dc:date>2019-04-28T19:09:23Z</dc:date>
    </item>
    <item>
      <title>Native Mode Config file made easy</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Native-Mode-Config-file-made-easy/m-p/1770885#M8021</link>
      <description>&lt;P&gt;I was hoping for a way to provide configuration information without having to write my own subroutine to read a CONFIG or INI file.&amp;nbsp; I did find something close, the &lt;A title="Run-time Launch Configuration File" href="https://www.microfocus.com/documentation/visual-cobol/vc40pu8/VS2017/GUID-D0E0EA90-93AA-4351-9F88-DDFE3D3A406F.html" target="_blank" rel="noopener"&gt;Run-time Launch Configuration File&lt;/A&gt;.&amp;nbsp; (while searching, I did find something called "Run-time Configuration" but it could only be set at compile-time, go figure!).&lt;BR /&gt;&lt;BR /&gt;The &lt;FONT color="#ff6600"&gt;mfdefault.exe.mfcfg&lt;/FONT&gt; (thanks for the correction, Chris Glazier) file can contain commands to set environment variables&amp;nbsp;during the time the programs run.&amp;nbsp; These environment varables can be easily read in the program using a DISPLAY/ACCEPT pair of commands.&amp;nbsp; Individual files, &lt;FONT color="#ff6600"&gt;&amp;lt;program name&amp;gt;.exe.mfcfg&lt;/FONT&gt; files, can be created and customized for an individual program.&amp;nbsp; The syntax for the command in to the mfconfig file is "SETENV &amp;lt;variable name&amp;gt;=&amp;lt;variable value&amp;gt;"&amp;nbsp; The quotes and "&amp;lt;&amp;gt;" marks are not part of the command.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 00:14:17 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Native-Mode-Config-file-made-easy/m-p/1770885#M8021</guid>
      <dc:creator>hleerobinson</dc:creator>
      <dc:date>2019-05-09T00:14:17Z</dc:date>
    </item>
    <item>
      <title>Visual COBOL 4.0 Eclipse Windows Incremental Build with ant</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-4-0-Eclipse-Windows-Incremental-Build-with-ant/m-p/1770796#M8016</link>
      <description>&lt;P&gt;We're working with a large native procedural COBOL code base and have automated the build with Bamboo and ant.&amp;nbsp; On our build server, we only want to compile programs that have been changed since the last buld&amp;nbsp;(all source is pulled from Git for the build).&amp;nbsp; Are incremental builds possible in this scenario?&amp;nbsp; Can someone provide more detail be provided &amp;nbsp;about how VC Eclipse tracks changes and copybook dependencies when building incrementally.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 15:55:38 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Visual-COBOL-4-0-Eclipse-Windows-Incremental-Build-with-ant/m-p/1770796#M8016</guid>
      <dc:creator>StompinBob</dc:creator>
      <dc:date>2019-04-25T15:55:38Z</dc:date>
    </item>
    <item>
      <title>Name is not unique (RTS119) calling when calling webservice twice</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Name-is-not-unique-RTS119-calling-when-calling-webservice-twice/m-p/1770694#M8014</link>
      <description>&lt;P&gt;I am using VC40 and try to call a cobol programm named PROGRAM1 within a Soap-Webservice using Wildfly 10:&lt;/P&gt;&lt;P&gt;@WebService&lt;BR /&gt;public class SoapDemo {&lt;/P&gt;&lt;P&gt;@WebMethod&lt;BR /&gt;public Integer doLvdcWith1(boolean print) {&lt;BR /&gt;&lt;BR /&gt;PROGRAM1 program1 = new PROGRAM1();&lt;BR /&gt;Copy1 copy1 = new Copy1();&lt;BR /&gt;&lt;BR /&gt;copy1.setEDatum("20190101");&lt;BR /&gt;program1.PROGRAM1(copy1);&lt;BR /&gt;&lt;BR /&gt;System.err.println(copy1.getADatum());&lt;BR /&gt;&lt;BR /&gt;return 1;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Calling the webservice the first time, everything is perfect.&lt;/P&gt;&lt;P&gt;But calling it another time, the call doesn't work:&lt;/P&gt;&lt;P&gt;com.microfocus.cobol.program.COBOLRuntimeException: 119 Name is not unique [de.herbert.PROGRAM1]&lt;/P&gt;&lt;P&gt;I think I found a reason for the crash, but unfortunately no solution:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.microfocus.com/t5/Net-Express-Server-Express/RTS-119-Name-is-not-unique/ta-p/1751427" target="_blank"&gt;https://community.microfocus.com/t5/Net-Express-Server-Express/RTS-119-Name-is-not-unique/ta-p/1751427&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 07:10:13 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Name-is-not-unique-RTS119-calling-when-calling-webservice-twice/m-p/1770694#M8014</guid>
      <dc:creator>Herbkoeg</dc:creator>
      <dc:date>2019-04-25T07:10:13Z</dc:date>
    </item>
    <item>
      <title>How to automatic create Unit Test case for all of procedures in Cobol program</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-automatic-create-Unit-Test-case-for-all-of-procedures-in/m-p/1770186#M8000</link>
      <description>&lt;P&gt;I using Visual Cobol IDE to generate Cobol Unit Test case for each cobol program in my project, base on guide : &lt;A href="https://www.microfocus.com/documentation/visual-cobol/VC40/EclUNIX/GUID-D5F12D24-BB4D-4CC4-920B-0A4DE99E1F29.html" target="_blank" rel="noopener"&gt;https://www.microfocus.com/documentation/visual-cobol/VC40/EclUNIX/GUID-D5F12D24-BB4D-4CC4-920B-0A4DE99E1F29.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But, I see that it only generate one case for each program&lt;/P&gt;&lt;P&gt;Ex : with 'XXX.cbl' file which has 2 procedures are PROCEDURE1, PROCEDURE2,..., it only generate in XXXTest.cbl (test case file) such as :&lt;/P&gt;&lt;P&gt;call "XXX" using by reference LINK-AREA-IO-01,&lt;/P&gt;&lt;P&gt;Instead of,&amp;nbsp;&lt;/P&gt;&lt;P&gt;call "PROCEDURE1" using by reference LINK-AREA-IO-01,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;call "PROCEDURE2" using by reference LINK-AREA-IO-02,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Visual Cobol IDE can support to generate same that or I have to self write by hand ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 10:22:24 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-automatic-create-Unit-Test-case-for-all-of-procedures-in/m-p/1770186#M8000</guid>
      <dc:creator>hungncv</dc:creator>
      <dc:date>2019-04-22T10:22:24Z</dc:date>
    </item>
    <item>
      <title>WINDOWing syntax</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/WINDOWing-syntax/m-p/1770151#M7999</link>
      <description>&lt;P&gt;Using Visual Studio 2017 and Visual COBOL 4.&lt;/P&gt;&lt;P&gt;I'm experimenting with the windowing syntax based on AcuCOBOL-GT which is supposedly supported in Visual COBOL. I placed the $SET preprocess"window1" directive as in the MF documentation and added a simple DISPLAY WINDOW statement to the Procedure Division..&lt;/P&gt;&lt;P&gt;Visual COBOL gives me an error 'COBCH0053 Directive PREPROCESS invalid or not allowed here'.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;So how do I get to use windowing syntax?&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Apr 2019 02:54:04 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/WINDOWing-syntax/m-p/1770151#M7999</guid>
      <dc:creator>PaoloR</dc:creator>
      <dc:date>2019-04-22T02:54:04Z</dc:date>
    </item>
    <item>
      <title>Using Visual Cobol IDE to run Cobol program in Windows, same as in Mainframe</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Using-Visual-Cobol-IDE-to-run-Cobol-program-in-Windows-same-as/m-p/1769983#M7994</link>
      <description>&lt;P&gt;When I using Visual Cobol IDE to run Cobol program in Windows, program 'll run same as in Mainframe or not ?&lt;BR /&gt;If not, please show me how to Cobol program run same as in Mainframe&amp;nbsp; ?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 04:11:12 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Using-Visual-Cobol-IDE-to-run-Cobol-program-in-Windows-same-as/m-p/1769983#M7994</guid>
      <dc:creator>hungncv</dc:creator>
      <dc:date>2019-04-19T04:11:12Z</dc:date>
    </item>
    <item>
      <title>passing data between web forms</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/passing-data-between-web-forms/m-p/1769620#M7982</link>
      <description>&lt;P&gt;I get the following message when the second form is called&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;I&gt;Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the &amp;lt;configuration&amp;gt;\&amp;lt;system.web&amp;gt;\&amp;lt;httpModules&amp;gt; section in the application configuration.&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;I&gt;enableSessionState is set to true in both form1 and form2&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I have the following code in my Web.config&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&amp;lt;system.webServer&amp;gt;&lt;BR /&gt;&amp;lt;modules runAllManagedModulesForAllRequests="true" &amp;gt;&lt;BR /&gt;&amp;lt;remove name="Session" /&amp;gt;&lt;BR /&gt;&amp;lt;add name="Session" type="System.Web.SessionState.SessionStateModule" /&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;And the following code in the second form&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;class-id SalarySurveyWebApplication.WebFormCSE110 is partial&lt;BR /&gt;inherits type System.Web.UI.Page public implements type&lt;BR /&gt;System.Web.SessionState.IRequiresSessionState.&lt;/P&gt;&lt;P&gt;* $ilusing "System.Web"&lt;BR /&gt;* $ilusing "System"&lt;BR /&gt;working-storage section.&lt;BR /&gt;&lt;BR /&gt;method-id NEW.&lt;BR /&gt;procedure division.&lt;/P&gt;&lt;P&gt;if (Session["TESTVAR"] not = null)&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;set txtComp::Text to Session["TESTVAR"]&lt;/FONT&gt;&lt;BR /&gt;end-if&lt;/P&gt;&lt;P&gt;The error occurs on the red line&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 09:14:16 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/passing-data-between-web-forms/m-p/1769620#M7982</guid>
      <dc:creator>Shirley2</dc:creator>
      <dc:date>2019-04-17T09:14:16Z</dc:date>
    </item>
    <item>
      <title>visual cobol db2 connect</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/visual-cobol-db2-connect/m-p/1769334#M7978</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I'm tyring to connect to AS/400 db2 and compile COBOL DB2 programs, but&amp;nbsp; I cannot find any anwser by google or your community(the link in the related quesitons' anwser all displayed "&lt;STRONG&gt;The current document displayed does not exist in the table of contents&lt;/STRONG&gt;" after clicking it), can you please help?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 05:53:26 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/visual-cobol-db2-connect/m-p/1769334#M7978</guid>
      <dc:creator>cloud</dc:creator>
      <dc:date>2019-04-16T05:53:26Z</dc:date>
    </item>
    <item>
      <title>Send a tcp request to a identification document scanner</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Send-a-tcp-request-to-a-identification-document-scanner/m-p/1769229#M7974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have to communicate with an ID document scanner to get the data that will be read by it. I have to send a request with certain parameters and receive the data through an xml file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The parameters to send are the ones below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;img src="https://dcvta86296.i.lithium.com/t5/image/serverpage/image-id/14203iB715C70F927370CF/image-size/large?v=1.0&amp;amp;px=999" alt="Send Request Parameters.jpg" title="Send Request Parameters.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have an example in C # and, according to the debug I did, it seems to me that the instructions for the request are these:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.Threading.Thread workingThread = new Thread(ScanWork);&lt;BR /&gt;workingThread.Start(parameters);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I still can not figure out how I get the answer but I'll try to figure it out. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the meantime I ask for your help once more.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alberto Ferraz&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 13:57:46 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Send-a-tcp-request-to-a-identification-document-scanner/m-p/1769229#M7974</guid>
      <dc:creator>Ferraz</dc:creator>
      <dc:date>2019-04-15T13:57:46Z</dc:date>
    </item>
    <item>
      <title>How convert base64 to a jpg file</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-convert-base64-to-a-jpg-file/m-p/1769136#M7971</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to convert a base64 string to a jpg file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using wpf in Visual Cobol.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alberto Ferraz&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 08:47:12 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-convert-base64-to-a-jpg-file/m-p/1769136#M7971</guid>
      <dc:creator>Ferraz</dc:creator>
      <dc:date>2019-04-15T08:47:12Z</dc:date>
    </item>
    <item>
      <title>How to compile copies not to default package</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-compile-copies-not-to-default-package/m-p/1768779#M7964</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are using VC2.3 and have the problem, that the copies, which are in a Copybook-project are compiled in the default package.&lt;BR /&gt;The cobol programs within a Cobol-JVM-Project which are using the copies are compiled in the package which is defined as PROGRAM-ID.&lt;BR /&gt;The problem is, that classes of a java project can not use classes of default package, e.g. we can instanciate the programs but not the copies .&lt;BR /&gt;Is there a possibility to compile all copies a package mycopies, maybe with an directive ?&lt;/P&gt;&lt;P&gt;Thanks a lot !&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 10:09:10 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-to-compile-copies-not-to-default-package/m-p/1768779#M7964</guid>
      <dc:creator>Herbkoeg</dc:creator>
      <dc:date>2019-04-11T10:09:10Z</dc:date>
    </item>
    <item>
      <title>I couldn't locate my input when I use select assign to '../../../' in a native cobol project</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/I-couldn-t-locate-my-input-when-I-use-select-assign-to-in-a/m-p/1768692#M7963</link>
      <description>&lt;P&gt;Good day.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's the piece of code that has being going through my head.&lt;/P&gt;&lt;P&gt;*******************************************************************************&lt;/P&gt;&lt;P&gt;file-control.&lt;BR /&gt;*&lt;BR /&gt;select my-file&lt;BR /&gt;assign to '../../../files/myfile.dat'&lt;BR /&gt;organization is line sequential.&lt;/P&gt;&lt;P&gt;*******************************************************************************&lt;/P&gt;&lt;P&gt;I keep getting below error:&lt;BR /&gt;MicroFocus.COBOL.Program.COBOLFileHandlingException: ''../../../files/myfile.dat' : 9/009 (ANS74)&lt;BR /&gt;9 Directory not found'&lt;BR /&gt;&lt;BR /&gt;I wanted to retain '../../../' as part of the directory. Can anyone help me please?&lt;BR /&gt;&lt;BR /&gt;Thanks a million!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 01:32:05 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/I-couldn-t-locate-my-input-when-I-use-select-assign-to-in-a/m-p/1768692#M7963</guid>
      <dc:creator>Melchor Diesta</dc:creator>
      <dc:date>2019-04-11T01:32:05Z</dc:date>
    </item>
    <item>
      <title>JNDI Datasource - Visual COBOL Eclipse 4.0</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/JNDI-Datasource-Visual-COBOL-Eclipse-4-0/m-p/1768021#M7961</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a JNDI Datasource within a Java Class and want to pass the object to Managed COBOL as my understanding is that you can connect using 'EXEC SQL CONNECT TO Datasource object' according to the documentation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when the EXEC SQL CONNECT statement is run I get&amp;nbsp; 'Connection datasource not found' within MFSQLMESSAGETEXT.&lt;/P&gt;&lt;P&gt;If I get the connection object from the datasource within my Java class I can pass the connection object to my COBOL JVM wrapper and connect using 'EXEC SQL BIND'.&amp;nbsp; I have been told that using BIND as in the example within the docs can be slow so wanted to try the JNDI option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone used this approach? I have tried using the SQL(JNDI) setting but no joy.&lt;/P&gt;&lt;P&gt;Would be much appreciated if anyone could provide me with some pointers.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 14:09:00 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/JNDI-Datasource-Visual-COBOL-Eclipse-4-0/m-p/1768021#M7961</guid>
      <dc:creator>DCM</dc:creator>
      <dc:date>2019-04-05T14:09:00Z</dc:date>
    </item>
    <item>
      <title>Upgrading to Visual COBOL</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Upgrading-to-Visual-COBOL/m-p/1767565#M7959</link>
      <description>&lt;P&gt;I looked for Chris Glazer's post but couldn't match his location to what the page was showing.&amp;nbsp; The powers that be here at my employer have decided to pony up the dollars for Micro Focus COBOL.&amp;nbsp; I am charge of the upgrade.&amp;nbsp; Our current application, with batch and online portions, is running under NetExpress.&amp;nbsp; The application uses CICS and has a SQL Server backend.&amp;nbsp; Will it still run under Net Express?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 14:50:36 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Upgrading-to-Visual-COBOL/m-p/1767565#M7959</guid>
      <dc:creator>seggerman</dc:creator>
      <dc:date>2019-04-03T14:50:36Z</dc:date>
    </item>
    <item>
      <title>How do I find the actual Link error</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-do-I-find-the-actual-Link-error/m-p/1767062#M7954</link>
      <description>&lt;P&gt;When Converting a application that generates a .DLL&amp;nbsp; I am getting a very vauge error:&lt;/P&gt;&lt;P&gt;[cobollink] Micro Focus COBOL - CBLLINK utility&lt;BR /&gt;[cobollink] Version 4.0.0.65 Copyright (C) Micro Focus 1984-2018. All rights reserved.&lt;BR /&gt;[cobollink]&lt;BR /&gt;[cobollink] Link complete with errors&lt;BR /&gt;[cobollink]&lt;/P&gt;&lt;P&gt;cobol.cfg.Generic_Debug_Build:&lt;/P&gt;&lt;P&gt;nature.specific.build.cfg.Generic_Debug_Build:&lt;/P&gt;&lt;P&gt;post.build.cfg.Generic_Debug_Build:&lt;/P&gt;&lt;P&gt;cobolbuild.cfg.Generic_Debug_Build:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;BUILD FAILED&lt;BR /&gt;Build finished with 1 errors, 0 warnings, 0 notices and a maximum exit code of 0&lt;/P&gt;&lt;P&gt;Maximum exit code exceeded: 0&lt;/P&gt;&lt;P&gt;Total time: 4 seconds&lt;BR /&gt;-------------------------------BUILD FINISHED------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to get an expanded detail on the issue with the link?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 17:03:34 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/How-do-I-find-the-actual-Link-error/m-p/1767062#M7954</guid>
      <dc:creator>J McBride</dc:creator>
      <dc:date>2019-04-01T17:03:34Z</dc:date>
    </item>
    <item>
      <title>Compiler-Error when calling a cobol-program from java using a copy in linkage-section</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Compiler-Error-when-calling-a-cobol-program-from-java-using-a/m-p/1766664#M7951</link>
      <description>&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN&gt;We have following problem:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;- we are using the testversion of VC4.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;- we try to call a cobol program from java&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;- so we created a JVM-Project with two cobol files&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;-&amp;gt; program1.cbl and copy1.cpy&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;- and a Java-Project with&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;-&amp;gt; CobolCallDemoDefaultPackage.java within a java-Project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;- now we tried to call Program1 with Copy1 as parameter, but we get the following compiler-error:&lt;BR /&gt;"The type com.microfocus.cobol.program.Reference cannot be resolved. It is indirectly referenced from required .class files"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN&gt;public static void main(String[] args) {&lt;BR /&gt;PROGRAM1 program1 = new PROGRAM1();&lt;BR /&gt;Copy1 copy1 = new Copy1();&lt;BR /&gt;copy1.setEDatum("20180101");&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;program1.PROGRAM1(copy1);&amp;nbsp; &amp;lt;- doesn't work:&amp;nbsp;The type com.microfocus.cobol.program.Reference cannot be resolved. It is indirectly referenced from required .class files&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;System.out.println(copy1.getADatum());&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;&lt;BR /&gt;Where is our mistake ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;&lt;BR /&gt;Thanks for any hint !&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;FONT size="6"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;img src="https://community.microfocus.com/t5/image/serverpage/image-id/13934i9A349FAF2B0FA2E1/image-size/large?v=1.0&amp;amp;px=999" alt="CallCobolFromJava.PNG" title="CallCobolFromJava.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;img src="https://community.microfocus.com/t5/image/serverpage/image-id/13933i6F1895207D167B13/image-size/large?v=1.0&amp;amp;px=999" alt="copy1.PNG" title="copy1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;img src="https://community.microfocus.com/t5/image/serverpage/image-id/13932i4D34DEBC6FD41BD8/image-size/large?v=1.0&amp;amp;px=999" alt="program1.PNG" title="program1.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 13:49:27 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Compiler-Error-when-calling-a-cobol-program-from-java-using-a/m-p/1766664#M7951</guid>
      <dc:creator>Herbkoeg</dc:creator>
      <dc:date>2019-03-28T13:49:27Z</dc:date>
    </item>
    <item>
      <title>login form to call cobol program to validate</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/login-form-to-call-cobol-program-to-validate/m-p/1765822#M7936</link>
      <description>&lt;P&gt;I am writing a web application.&lt;/P&gt;&lt;P&gt;I have a standard login form to enter user number and password. I then need to pass this to a cobol program to validate before returning and continuing.&lt;/P&gt;&lt;P&gt;The login form is called from the Site.Master&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 12:16:11 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/login-form-to-call-cobol-program-to-validate/m-p/1765822#M7936</guid>
      <dc:creator>Shirley2</dc:creator>
      <dc:date>2019-03-22T12:16:11Z</dc:date>
    </item>
    <item>
      <title>Reading settings from the app.config file</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Reading-settings-from-the-app-config-file/m-p/1765266#M7935</link>
      <description>&lt;P&gt;Here is&amp;nbsp;something that took me a while to figure out.&amp;nbsp; I haven't seen any questions about it but I can't be the only one who wants to see the values of the Settings.&amp;nbsp; I was trying to make sure my app.config transforms were working so I put a menu entry on my form under "Help" to show the values of the application settings.&amp;nbsp;&amp;nbsp;&amp;nbsp; All of the posts I found kept telling me to use the DefaultValue setting.&amp;nbsp; Finally, I wised up and first got the name of the setting, then used the name to get the value.&amp;nbsp; "MNU002" is the name of the program.&amp;nbsp; Using this, I could check that the transforms put the right values into the Debug, Test, and Release versions of my app.config, depending on the Solution Configuration in effect when I did my Rebuild.&lt;BR /&gt;&lt;BR /&gt;Of course, just using a Setting is as easy as&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;declare&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;as&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;type&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;MNU002.Properties.Settings&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;set&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;to&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;type&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;MNU002.Properties.Settings&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;move&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;::&lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;AOC_ApplicationsServer&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;to&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;ServerName&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="arial,helvetica,sans-serif" size="4"&gt;&lt;FONT color="#808080"&gt;But I wanted to show a list&amp;nbsp;to the user.&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;declare&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;as&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;type&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;MNU002.Properties.Settings&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;set&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;to&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;type&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;MNU002.Properties.Settings&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;move&lt;/FONT&gt;&amp;nbsp;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"AppConfig Settings - "&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; &amp;amp; &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;x"0d"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; &amp;amp; &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;x"0a"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;to&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;strMsg&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;perform&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;varying&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;SettingsProperty&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;as&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;type&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;System.Configuration.SettingsProperty&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; through&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;::&lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;Properties&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; move&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;strMsg&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;x"0d"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; &amp;amp; &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;x"0a"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;*&amp;gt; CR LF&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&amp;nbsp;&amp;amp; &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;SettingsProperty&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;::&lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;Name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&amp;nbsp;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;to&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;strMsg&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; move&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;strMsg&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;" = "&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&amp;amp; &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;::&lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;Item&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;SettingsProperty&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;::&lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;to&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;strMsg&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;end-perform&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;invoke&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;type&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;MessageBox&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;::&lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;Show&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;strMsg&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;,&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"MNU002: Show Config Values"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="arial,helvetica,sans-serif" size="4"&gt;I thought that, at some point, I would like to change the values in app.config and see them immediately in my program, so I found the Reload method:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;declare&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;as&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;type&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;MNU002.Properties.Settings&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;set&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;to&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;type&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;MNU002.Properties.Settings&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;invoke&lt;/FONT&gt; &lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Setting&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;::&lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="2"&gt;Reload&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;invoke&lt;/FONT&gt; &lt;FONT color="#008080" face="Consolas" size="2"&gt;showConfigValues&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 00:07:01 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Reading-settings-from-the-app-config-file/m-p/1765266#M7935</guid>
      <dc:creator>hleerobinson</dc:creator>
      <dc:date>2019-03-20T00:07:01Z</dc:date>
    </item>
    <item>
      <title>imtkmake - failed to locate the installed SCHEMA directory</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/imtkmake-failed-to-locate-the-installed-SCHEMA-directory/m-p/1763895#M7930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm now trying for a pretty while to generate a Web Service Proxy via the imtkmake comand line tool but keep failing. My requirement is to consume a Web Service in "classic" imperative Cobol on an AIX-Plattform.&lt;/P&gt;&lt;P&gt;I'd like to use the tool directly on AIX with Visual Cobol Dev Hub 3.0 installed, invoking it with the parameters -genclientwsdl clientwsdl=&amp;lt;mywsdlfile&amp;gt;. But all i get are two further xml files (*!!1 and *!!2) and following output:&lt;/P&gt;&lt;PRE&gt;Micro Focus Interface Mapping Toolkit v3.0.00
Copyright (C) 2017 Micro Focus. All rights reserved.
The runtime system failed to locate the installed SCHEMA directory.
The generation of the COBOL client from WSDL failed.&lt;/PRE&gt;&lt;P&gt;I've already validated my wsdl I'm using via SOAP UI as suggested by&amp;nbsp;&lt;LI-USER uid="207151"&gt;&lt;/LI-USER&gt;&amp;nbsp;in this &lt;A href="https://community.microfocus.com/t5/Net-Express-Server-Express-Forum/Generation-of-client-proxy-fron-wsdl-file/m-p/1731029" target="_blank" rel="noopener"&gt;Post.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Searches for the stated error lead to no conclusive answers. What am I missing to sucessfully generate such a proxy? Or can't this be done with my configuration?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:43:59 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/imtkmake-failed-to-locate-the-installed-SCHEMA-directory/m-p/1763895#M7930</guid>
      <dc:creator>zedd</dc:creator>
      <dc:date>2019-03-11T09:43:59Z</dc:date>
    </item>
    <item>
      <title>Using Bootstrap with Visual Cobol 2017</title>
      <link>https://community.microfocus.com/t5/Visual-COBOL-Forum/Using-Bootstrap-with-Visual-Cobol-2017/m-p/1763514#M7925</link>
      <description>&lt;P&gt;I am creating a Web application in Visual Cobol 2017. Is it possible to use Bootstrap for the .aspx pages?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Shirley&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 07:06:20 GMT</pubDate>
      <guid>https://community.microfocus.com/t5/Visual-COBOL-Forum/Using-Bootstrap-with-Visual-Cobol-2017/m-p/1763514#M7925</guid>
      <dc:creator>Shirley2</dc:creator>
      <dc:date>2019-03-07T07:06:20Z</dc:date>
    </item>
  </channel>
</rss>

