SET_HELP_FILENAME |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > SET_HELP_FILENAME
|
|
Purpose |
SET_HELP_FILENAME allows you to dynamically select the Windows help file to be used for the display of group and field level help. |
Syntax |
#stat = SET_HELP_FILENAME ("operand") |
Operation |
#stat returns a status of 0 indicating success. |
Remarks |
A setting made using this verb overrides the PROIV Initialization File setting (helpfile option). |
Example |
#STAT = SET_HELP_FILENAME ("D:\PRO3\ACCHELP") |
Topic ID: 520114