Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.SP_HTML_HELPTEXT_SHOW

This procedure is used to display the Help Text that you created with SP_HTML_HELPTEXT. While that procedure allows you to document your stored procedure or application, this procedure allows you to display it. Normally, Help Text is displayed when your users click the Instructions button.

Syntax

Procedure SP_HTML_HELPTEXT_SHOW
(
    ROW_ID                        VARCHAR2
)   ;

Parameters

Parameter Description
row_id
 
The unique string that identifies your stored procedure or application.

ROW_ID is a misnomer since this is a string and the usual convention is to use the fully qualified name of your stored procedure as this key.

Example

The following example illustrates how to call sp_html_helptext_show:

http.sp_html_helptext_show('Welcome');

See Also

SP_HTML_HELPTEXT
SP_HTML_PREFERENCES


Sybernet is a trademark of SRI International.
Copyright © 1996-2009 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/