<?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: Post HELP UAR issues for new Form in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625931#M32779</link>
    <description>prasad,&lt;BR /&gt;&lt;BR /&gt;  Is the file or library containg the help messages in the correct place with the correct protection? &lt;BR /&gt;&lt;BR /&gt;Try enabling file access failure alarms?&lt;BR /&gt;&lt;BR /&gt;If you're privileged, use &lt;BR /&gt;&lt;BR /&gt;$ SET WATCH/CLASS=MAJOR FILE&lt;BR /&gt;&lt;BR /&gt;to track exactly what file accesses are made.&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Sep 2005 19:18:19 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2005-09-14T19:18:19Z</dc:date>
    <item>
      <title>Post HELP UAR issues for new Form</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625930#M32778</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am having an issue with FMS POST help UAR for the new FMS screens developed.&lt;BR /&gt;&lt;BR /&gt;I had created a new FMS FORM and Assaigned a Post help UAR and its work fine in the test environement.&lt;BR /&gt;In Production environment when the help key is pressed, cursor skips to the next field and no help message is shown. we have common UAR (vax Basic) program for all FMS froms, it is working for the other existing Screens/forms and failing only for the new froms.&lt;BR /&gt;&lt;BR /&gt;Steps followed :&lt;BR /&gt;1) Created a new form&lt;BR /&gt;2) Assaigned an updated UAR (basic Program)&lt;BR /&gt;3) FMS/INS or FMS/REP issued&lt;BR /&gt;&lt;BR /&gt;It works fine in the TEST environemnt.(both FRM &amp;amp; FLB are physically present in this directory)&lt;BR /&gt;Production has only FLB ( FRM is not coppied)&lt;BR /&gt;Coppied the FLB to Production and now New form is loaded and works fine but the UAR POST help messages are not shown when help key is pressed.</description>
      <pubDate>Wed, 14 Sep 2005 10:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625930#M32778</guid>
      <dc:creator>prasad_35</dc:creator>
      <dc:date>2005-09-14T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Post HELP UAR issues for new Form</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625931#M32779</link>
      <description>prasad,&lt;BR /&gt;&lt;BR /&gt;  Is the file or library containg the help messages in the correct place with the correct protection? &lt;BR /&gt;&lt;BR /&gt;Try enabling file access failure alarms?&lt;BR /&gt;&lt;BR /&gt;If you're privileged, use &lt;BR /&gt;&lt;BR /&gt;$ SET WATCH/CLASS=MAJOR FILE&lt;BR /&gt;&lt;BR /&gt;to track exactly what file accesses are made.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2005 19:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625931#M32779</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-09-14T19:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Post HELP UAR issues for new Form</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625932#M32780</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Thanks for the response. we did try this command and we could find all the dat &amp;amp; EXE files which are being accessed. But I did not see the reference to FLB.&lt;BR /&gt;&lt;BR /&gt;System is designed as follows :&lt;BR /&gt;&lt;BR /&gt;Help/text messages are present in the UAR basic program and linked to the EXE that is loading the FRM's.&lt;BR /&gt;&lt;BR /&gt;This is working in test and when HELP key is pressed, we could see the POST HELP messages.&lt;BR /&gt;&lt;BR /&gt;same FLB and EXE's are copied to Production and in that environment help messages are not shown and rest of the FRM is working.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 14:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625932#M32780</guid>
      <dc:creator>prasad_35</dc:creator>
      <dc:date>2005-09-16T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Post HELP UAR issues for new Form</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625933#M32781</link>
      <description>&lt;BR /&gt;Are those UAR's in a shareable image?&lt;BR /&gt;Are they moved to the right target locations? Logical names? Installed images?&lt;BR /&gt;&lt;BR /&gt;Was a new 'vector' build and linked with the function containing the FDV$ATERM call?&lt;BR /&gt;If this still fails you may want to reply with a text file attachment showing the relations of the varios components in the solution: main-exe, shr-exe, flb-file, vectors. Who calls who?&lt;BR /&gt;Can you debug, and set breakpoints in UAR and such on the production box?&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Sep 2005 15:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/post-help-uar-issues-for-new-form/m-p/3625933#M32781</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-09-17T15:59:44Z</dc:date>
    </item>
  </channel>
</rss>

