Difference between revisions of "SET HIDDENFIELD"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET HIDDENFIELD=
 
 
 
==Class==
 
Fields and Records
 
 
 
 
==Purpose==
 
==Purpose==
 
Specify the character to be displayed in hidden fields
 
Specify the character to be displayed in hidden fields
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
CREATE, MODIFY STRUCTURE, SET FIELDS
+
[[CREATE]], [[MODIFY STRUCTURE]], [[SET DICTIONARY]], [[SET FIELDS]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set hiddenfield to ’#’</pre>
+
set hiddenfield to ’#’</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|HIDDENFIELD]]
 +
[[Category:Environment]]
 +
[[Category:Environment Set Commands]]
 +
[[Category:Security]]
 +
[[Category:Security Set Commands]]

Latest revision as of 15:56, 23 November 2009

Purpose

Specify the character to be displayed in hidden fields


Syntax

SET HIDDENFIELD TO [<expC>]


See Also

CREATE, MODIFY STRUCTURE, SET DICTIONARY, SET FIELDS


Description

The SET HIDDENFIELD TO <expC> command allows you to specify the character that will be displayed in hidden fields. Hidden fields are fields that are not visible to users for the purpose of disallowing read or write privileges. Fields are defined as hidden in the Application Data Dictionary (ADD). The ADD may be accessed from the CREATE or MODIFY STRUCTURE work surfaces where the <PROTECTION> menu contains the <HIDDEN> option for defining fields as hidden. Access to this option can be disabled from the ADMIN option from the <SECURITY> menu in the CREATE or MODIFY STRUCTURE work surfaces. Using the SET HIDDENFIELD TO command without specifying a character <expC> returns the character to the default (’?’).


Example

set hiddenfield to ’#’


Products

Recital Server, Recital