Modifying Help Files

mstallmannmstallmann Member Posts: 138
edited 2003-11-11 in Navision Attain
Is there a way to modify the help files in Navision. I would like to add company specific procedures, as well as help for custom mods etc.

tks in advance...mike

Comments

  • M@rtinM@rtin Member Posts: 9
    mstallmann wrote:
    Is there a way to modify the help files in Navision. I would like to add company specific procedures, as well as help for custom mods etc.

    tks in advance...mike

    You can use function 'Company Notes' for modify help.
    In help is this topic 'Company Notes Setup Window'

    Martin
  • eromeineromein Member Posts: 589
    available from (I think) 3.00, so you should be able to use this as you post this question in the attain forum. :wink:
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • DoomhammerDoomhammer Member Posts: 211
    Theoretical solution - I did not test it in real so I do not know if it can work but think it can :-).

    What about to try decompile CHM (compiled HTML) files (I did not tested so I do not know if CHM files are protected against reverse engineering and decompiling, I tested only HTML -> CHM compiling using tool distributed on Navision product CD), prepare new HTML files with help and then compile all back.

    Question: can anybody tell me what are meaning files *.HH?
    Martin Bokůvka, AxiomProvis
  • SbhatSbhat Member Posts: 301
    Hi,

    Yes, you can create/modify your own help text using Company Notes, but you have to buy a license to use the company notes, it comes with your license file. I have used it and it works really great. It creates HTML files and attaches to each field you like.

    Thanks
    Best regards
    Suresh
    New York.
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    In order to use CompanyNotes, some help text need already be available. So you can use CompanyNotes to add extra text, but not for creating help for new objects.

    But I can be wrong.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • mstallmannmstallmann Member Posts: 138
    I am trying to create help topics for individual field topics, and there is no link to add company notes...Are some topics blocked???

    If so, Why?

    Mike
  • mstallmannmstallmann Member Posts: 138
    Does Anyone know how to create new help topics???

    Mike
  • mstallmannmstallmann Member Posts: 138
    Thank you for the help for the Company Notes. It works great, but there are some bugs in it...I reported them to Navision. Also, a Navision Devloper let me know how to modify the actual help files...just thought it might be useful for someone else:

    To modify the source help files, you can download some tools from PartnerSource. Click Navision under Products, then click Downloads & Updates | Product Releases. Then look for document for 3.70 Development Tools. There is a section on this document which talks about help text. I believe that you will need to purchase a particular version of RoboHelp to perform this process, but there should be more information in the downloads.
  • kinekine Member Posts: 12,562
    You don't need robohelp, you only need standard HTML Help Workshop from MS and some macros from Navision Development Tools. In the right folder on NDT CD you find documentation and MS Word documents with macros. You can download some FOB for preparing needed files from mibuso. I tried to make some help and IT WORKS.... :D (only the route is too devious...)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • ButzeButze Member Posts: 6
    Doomhammer wrote:
    Theoretical solution - I did not test it in real so I do not know if it can work but think it can :-).

    What about to try decompile CHM (compiled HTML) files (I did not tested so I do not know if CHM files are protected against reverse engineering and decompiling, I tested only HTML -> CHM compiling using tool distributed on Navision product CD), prepare new HTML files with help and then compile all back.

    Question: can anybody tell me what are meaning files *.HH?

    Simple answer to the *.hh question: Navision needs this *.hh files to quarantee the "context-sensitive" help for the user --> means: While standing in a field and pressing F1 for help, the system has got to know WHERE to look for the help topic, therefore the *.hh file is needed...
    In diesem Sinne! / In this way!
    MfG / With best regards

    Butze
  • ButzeButze Member Posts: 6
    mstallmann wrote:
    Does Anyone know how to create new help topics???

    Mike

    Try the "CreateTopics.doc" - macro for word, normally it is on the product CD of Navision (I think so)...
    In diesem Sinne! / In this way!
    MfG / With best regards

    Butze
Sign In or Register to comment.