|
Sybernet / Supplied Procedures Reference
Release 3.00 Mar 03, 2005 |
|
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,
procedure sp_html_preferences_form
(
@BUTTON VARCHAR(30)
, @NAME VARCHAR(92)
, @VALUE VARCHAR(255)
) ;
| Parameter | Description |
|---|---|
button |
Program state. |
name |
Preference name. |
value |
Preference value. |
The following example illustrates how to call sp_html_preferences_form:
exec http.dbo.sp_html_preferences_form