Difference between revisions of "SET HIDDENFIELD"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET HIDDENFIELD=
 
 
 
 
==Class==
 
==Class==
 
Fields and Records
 
Fields and Records
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[CREATE]], [[MODIFY STRUCTURE]], [[SET FIELDS]]
+
[[CREATE]], [[MODIFY STRUCTURE]], [[SET DICTIONARY]], [[SET FIELDS]]
  
  
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set hiddenfield to ’#’</pre>
+
set hiddenfield to ’#’</code>
  
  

Revision as of 10:20, 16 April 2009

Class

Fields and Records


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 Database Server, Recital Mirage Server, Recital Terminal Developer