Kbase 13740: How to suppress the default message if no help defined
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
How to suppress the default message if no help defined
Customers may wish to suppress the default PROGRESS message displayed
when the developer has not defined any help for a specific field or
widget. This can be accomplished by creating the applhelp.p procedure
with just a RETURN statement in it. This is the default procedure
PROGRESS looks for if none other is defined. If it isn't found,
PROGRESS displays the message "No application help is available."
If the user would like some other message to appear, they can specify
MESSAGE "<their message here>".
RETURN.
in applhelp.p and this will display in the absence of other defined
help.
Progress Software Technical Support Note # 13740