Application help in D2000 system
D2000 system allows to use your own HTML help for D2000 system application instead of the standard D2000 help.
Application help file
Name of application help file must be defined by one of the following ways:
- appliction_name_LNG.chm
Application help for individual language mutations. The _LNG string defines the language mutation the application help is to be used for:
- _SK - Slovak
- _CZ - Czech
- _GB - English
Example: Application help for English language mutation - appl01_GB.chm
- appliction_name.chm
Application help common for all D2000 language mutations.
Example: Application help - appl01.chm
Application help file(s) MUST be stored in the subdirectory \Help
of the application directory !!!
Note:
D2000 system first searches the application help for respective language
mutation (article 1) and if it
does not exist then it searches the application help common for all language
mutations (article 2).
Use of application help
In D2000 system, you may define application help pages to be opened for objects of Graph and Picture type in the process D2000 HI. Pressing the F1 key, if such an object has the focus, opens the application help page defined by the parameter Help in the configuration of corresponding object.
Note:
If the parameter Help is defined for picture, then the page of
application help defined by the parameter is to be also open for all the object
of Picture, Graph or Report types that are parts of the
picture and no page of application help
is defined for them (the
parameter Help is empty
string).
Example:
In the configuration of the graph D.GrafAX05, there is defined
corresponding page of your application help in the parameter Help:
html\graphAX05_help.htm
When the graph is opened in the process D2000 HI, then pressing the F1 key opens the application help on the given page.
If you want to open a page on specific place in a text (the condition is to use html attribute <a name>), use # character (bookmark in text) when you define the page.
html\grafAX05_help.htm#point1
The page opens on place with the defined attribute <a name="point1">.
The application help can be set also in the picture script by the function %HI_SetPictureHelp.