• Simple means of creating context help?

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Simple means of creating context help?

    Author
    Topic
    #463208

    I have read the posts here relating to creating context specific help, but still have a question.

    I have a table that contains the names of the controls on a form. It also includes a description of what should be entered in the control. Is there a “simple” way to convert the table to a help index? In other words, can I use the primary key as the “Help Context ID” and have it present the info to the user when they click the F1 key?

    Thanks in advance for your consideration.

    Ken

    Viewing 0 reply threads
    Author
    Replies
    • #1181465

      You can’t use an Access table for this.
      You’d have to create a Windows Help file (.hlp) or a HTML Help file (.chm) and specify that in the Help File property. There are specialized tools to create such help files.
      Each subject in a help file has a Help Context ID that uniquely identifies it.

      • #1181477

        You can’t use an Access table for this.
        You’d have to create a Windows Help file (.hlp) or a HTML Help file (.chm) and specify that in the Help File property. There are specialized tools to create such help files.
        Each subject in a help file has a Help Context ID that uniquely identifies it.

        Thanks Hans.

        A Google search for help authoring tools is overwhelming and the tools seem to have more bells and whistles than I really wanted to include. Maybe I can just create a little something that reroutes the F1 key, and present the info to the user in a pop up window.

        Thanks for your help. As usual, you are dead on.

        Ken

        • #1181486

          Thanks Hans.

          A Google search for help authoring tools is overwhelming and the tools seem to have more bells and whistles than I really wanted to include. Maybe I can just create a little something that reroutes the F1 key, and present the info to the user in a pop up window.

          Thanks for your help. As usual, you are dead on.

          Ken

          You May be able to use the AutoKeys Macro to redefine the F1 Key.

          If you do a help search on AutoKeys it should tell you how to do this.

          You need to Create a Macro and show the macroNames column

          In the name column Define the Name as {F1} (same syntax as with sendkeys.

          In the action Box you can then use RUNCODE to call your own function to run a suitable help pop up.

          Hope that helps.

          • #1181873

            You May be able to use the AutoKeys Macro to redefine the F1 Key.

            If you do a help search on AutoKeys it should tell you how to do this.

            You need to Create a Macro and show the macroNames column

            In the name column Define the Name as {F1} (same syntax as with sendkeys.

            In the action Box you can then use RUNCODE to call your own function to run a suitable help pop up.

            Hope that helps.

            Andrew,

            Thank you for the suggestion. I will give it a try.

            Ken

    Viewing 0 reply threads
    Reply To: Simple means of creating context help?

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: