Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/td9/faq/publishing_csh.htm

How do I publish help file (CHM ) for Context Sensitive Help?

To publish help file for Context Sensitive Help

1. Create MAP IDs and specify it at the TDL Definitions

[System: Formula]

Testfield : 25000

[#Field: test field]

Help : @@testField

Note: Map ID is a unique number ranging from 1 to 4,294,967. Suggested IDs for developers ranges from 25000 to 4,294,967.

2. Generate .chm file, using RoboHelp by providing Map IDs.

3. Display the newly generated .chm file by using the action DisplayHelp .

Example

[#Menu: Main Menu]

Add: Button: DIYHlp

[Button:DIYHlp]

Key     : ALT + 4

Action  : Call  : DispHelp

[Function: DispHelp]

05 :  DisplayHelp:"":"D:\Newhelp.chm"