Sybernet / Supplied Procedures Reference
Release 3.00
Mar 03, 2005
backwards forwards

HTTP.SP_HTML_PREFERENCES_FORM

This procedure is invoked from the Preferences button on the menubar. Its purpose is to allow users to specify their personnel preferences while in Sybernet. Your procedures will call sp_html_preferences to combine your preferences with your users preferences. User preferences, however, take priority,

Syntax

procedure sp_html_preferences_form
(
    @BUTTON                        VARCHAR(30)
,   @NAME                          VARCHAR(92)
,   @VALUE                         VARCHAR(255)
)   ;

Parameters

Parameter Description
button
 
Program state.
name
 
Preference name.
value
 
Preference value.

Example

The following example illustrates how to call sp_html_preferences_form:

exec http.dbo.sp_html_preferences_form


See Also

SP_HTML_MENUBAR
SP_HTML_PREFERENCES


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