<?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>topic Re: DECforms example in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557183#M43357</link>
    <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;I *strongly* advise you to skip (at least at barge-pole's length) anything to do with DECforms! Move straight to a browser-fronted UI pass bollocks and collect $200.&lt;BR /&gt;&lt;BR /&gt;Every addition line of IFDL written is another nail in VMS's coffin :-(&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;PS. Happy New Year to everyone and hope you all had a great Christmas! &lt;BR /&gt;&lt;BR /&gt;PPS. This is the year the rot stops!</description>
    <pubDate>Fri, 01 Jan 2010 07:12:38 GMT</pubDate>
    <dc:creator>Richard J Maher</dc:creator>
    <dc:date>2010-01-01T07:12:38Z</dc:date>
    <item>
      <title>DECforms example</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557180#M43354</link>
      <description>Hello, looking help /assist / example other than what is in the documentation.  I have a flat file that I am trying to set up a DECforms Fortran program to maintain.  It is very simple: six fields, up to 40 records, 10 displayed.  I'm looking for simple Add/Change/Delete or just Add/Delete functionality.  Don't know how to read all records into the form, maintain them, and then write them back to the file.  Any assistance would be appreciated.</description>
      <pubDate>Fri, 01 Jan 2010 02:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557180#M43354</guid>
      <dc:creator>Kevin St</dc:creator>
      <dc:date>2010-01-01T02:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: DECforms example</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557181#M43355</link>
      <description>&lt;BR /&gt;Did you check the examples DECforms provides in just about any language imaginable, Fortran included?&lt;BR /&gt;&lt;BR /&gt;Check under SYS$HELP&lt;BR /&gt;There should be a FORMS.DIR under there.&lt;BR /&gt;Define FORMS$EXAMPLE to point there.&lt;BR /&gt;&lt;BR /&gt;run form$checking&lt;BR /&gt;Check th review - register selection.&lt;BR /&gt;That should be close to your request.&lt;BR /&gt;Now examine the sources behind that.&lt;BR /&gt;&lt;BR /&gt;If you have specific questions after that, then be sure to come back with details, preferably using terms from the demo example to help us understand your thinking quicker.&lt;BR /&gt;&lt;BR /&gt;Note, a typical OpenVMS application would use file where each record can be addressed by a key. Most likely an INDEXED file, but sometimes a RELATIVE file or fixed length record sequential. Such application might read all records into a form, but would NOT write them all back, but only UPDATE (keyed write) the changed ones, allowing sharing to the file all along.&lt;BR /&gt;&lt;BR /&gt;Admittedly if the scope is limited to 40, or anything under 4,000 records in a standalone environment, then a simple full read and full write could be rather efficient.&lt;BR /&gt;&lt;BR /&gt;The write would typically create a new version of the output file, but could overwrite.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jan 2010 04:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557181#M43355</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-01-01T04:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: DECforms example</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557182#M43356</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;As a matter of fact, I did consult the online examples.  The checking app is a single point of entry (either as a deposit or a check) and the display of the register does not allow for Add/Chg/Del. The other app (Mileage) does not allow for Add/Chg/Del in the , just add.&lt;BR /&gt;&lt;BR /&gt;A flat file is the same as a sequential text.  I have developed in the Vax environment for 20+ years, and the screen input was through in-house programs.  I am trying to do this with DECforms, since I no longer have access to what I have used in the past.&lt;BR /&gt;&lt;BR /&gt;+---------------------------------+&lt;BR /&gt;| xxxx xxxxx xxxxx xxxxxxxxxx     |&lt;BR /&gt;| xxxx xxxxx xxxxx xxxxxxxxxx     |&lt;BR /&gt;| xxxx xxxxx xxxxx xxxxxxxxxx     |&lt;BR /&gt;|                                 |&lt;BR /&gt;+---------------------------------+&lt;BR /&gt;&lt;BR /&gt;Kind of like the second screen used in the Mileage app, but I want to be able to add a record inside the box, change or delete a record, and then re-write the flat file.  Just looking for the mechanisms to do this.  The examples do not cover this.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jan 2010 05:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557182#M43356</guid>
      <dc:creator>Kevin St</dc:creator>
      <dc:date>2010-01-01T05:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: DECforms example</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557183#M43357</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;I *strongly* advise you to skip (at least at barge-pole's length) anything to do with DECforms! Move straight to a browser-fronted UI pass bollocks and collect $200.&lt;BR /&gt;&lt;BR /&gt;Every addition line of IFDL written is another nail in VMS's coffin :-(&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;PS. Happy New Year to everyone and hope you all had a great Christmas! &lt;BR /&gt;&lt;BR /&gt;PPS. This is the year the rot stops!</description>
      <pubDate>Fri, 01 Jan 2010 07:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decforms-example/m-p/4557183#M43357</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2010-01-01T07:12:38Z</dc:date>
    </item>
  </channel>
</rss>

