<?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: Form Management System in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578013#M6416</link>
    <description>Sounds to me like that Basic progrma is a UAR.&lt;BR /&gt;&lt;BR /&gt;It should issuing FDV$RETCX at the beginning of the UAR.  The 8th (last) parameter to this call tells you the number of times the HELP key has been struck for the current field.  If the number is '1' then it could display Help Form 1, if the number is '2' display Help Form 2.  To avoid seeing the 1-line help message repeatedly, terminate the Post Help UAR with a status of FDV$K_UHELP_ALL which will send control back to this UAR if the user hits HELP for this field again.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;[HP internal note: Text from Dan's reply to topic 362 in FMSnotes]&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Jul 2005 06:06:23 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2005-07-12T06:06:23Z</dc:date>
    <item>
      <title>Form Management System</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578010#M6413</link>
      <description>In VAX - FMS on pressing twice the help key would launch the help screen if required for a particular field.&lt;BR /&gt;Can any one please tell me the keycode to trap this event.</description>
      <pubDate>Thu, 07 Jul 2005 10:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578010#M6413</guid>
      <dc:creator>withlovearif</dc:creator>
      <dc:date>2005-07-07T10:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Form Management System</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578011#M6414</link>
      <description>Can you give a little more explanation?&lt;BR /&gt;It this in the context of an FDV$GETxx call?&lt;BR /&gt;Are you already doing UAR processing?&lt;BR /&gt;If the return status for the UAR is FDV$K_UHELP_ALL then no further help processing occurs. If the user hits help again they are placed within the help UAR again.  At this point you could use the FDV$RETCX call to determine how many times they have hit help for this field and act accordingly.&lt;BR /&gt;Alternatively you might look for solutions through FDV$DFKBD, maybe assigning the FDV$K_KF_NONE code to the FDV$K_KF_HELP function to delete that key function.&lt;BR /&gt;&lt;BR /&gt;Hope this 'helps'.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2005 12:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578011#M6414</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-07-07T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Form Management System</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578012#M6415</link>
      <description>Thanks very much for the response.&lt;BR /&gt;what happens in my case is that a main screen has an associated help screen and this is triggered whenever &lt;BR /&gt;the user presses help key  twice. Right now what happens now is that we are unable to find how this link has &lt;BR /&gt;been implemented. We have a basic program which handles this &amp;amp; this uses the FDV$RETCX call to determine the various associated &lt;BR /&gt;parameters like the scrren , the field etc. what we are unable to figure out is how this basic program is called &lt;BR /&gt;when the user presses the help key. hope this information would help. Pls let us know if u need any more information on this.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 07:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578012#M6415</guid>
      <dc:creator>withlovearif</dc:creator>
      <dc:date>2005-07-11T07:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Form Management System</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578013#M6416</link>
      <description>Sounds to me like that Basic progrma is a UAR.&lt;BR /&gt;&lt;BR /&gt;It should issuing FDV$RETCX at the beginning of the UAR.  The 8th (last) parameter to this call tells you the number of times the HELP key has been struck for the current field.  If the number is '1' then it could display Help Form 1, if the number is '2' display Help Form 2.  To avoid seeing the 1-line help message repeatedly, terminate the Post Help UAR with a status of FDV$K_UHELP_ALL which will send control back to this UAR if the user hits HELP for this field again.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;[HP internal note: Text from Dan's reply to topic 362 in FMSnotes]&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2005 06:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578013#M6416</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-07-12T06:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Form Management System</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578014#M6417</link>
      <description>The problem we had was the link between the help screen and the form.&lt;BR /&gt;I had added the function FDV$RETCX also&lt;BR /&gt;but i missed out the help screen name on the form.Now the issue is resolved and i was able to display the help screen also.&lt;BR /&gt;Thanks very much for the valuable sugesstion provided by you.</description>
      <pubDate>Thu, 14 Jul 2005 23:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/form-management-system/m-p/3578014#M6417</guid>
      <dc:creator>withlovearif</dc:creator>
      <dc:date>2005-07-14T23:08:32Z</dc:date>
    </item>
  </channel>
</rss>

