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.
operand
 is an alphanumeric variable or literal specifying the pathname of the help file to use.
 

Remarks

A setting made using this verb overrides the PROIV Initialization File setting (helpfile option).

Once a setting has been made it remains in force until another SET_HELP_FILENAME is issued or until the user logs off.
 

Example

#STAT = SET_HELP_FILENAME ("D:\PRO3\ACCHELP")
 

Comment on this topic

Topic ID: 520114

 
 
 

Table of Contents

Index

Glossary

-Search-

Back