<HTML>
<HEAD>
<TITLE>ARSperl Manual - Field Properties</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>Field Properties Structure</H2>
The routine
<A href="ars_GetField.html"><CODE>ars_GetField</code></a>
returns a reference to the field properties structure.
<p>
The structure returned depends on the version of the ARS server.
<p>
For <b>ARS 3.0</b> the structure is:
<PRE>
{
"changeDiary" => <i>list</I> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>,
"createMode" => open <i>or</i> protected,
"dataType" => string,
"defaultVal" => string,
"displayInstanceList" => reference to <A href="ds_disl_hash.html">displayInstancelist structure</a>,
"fieldId" => integer,
"fieldMap" => reference to a HASH,
"fieldName" => string,
["helpText" => string,]
"lastChanged" => string,
"limit" => reference to <A href="ds_fls.html">Field Limit Structure</a>,
"option" => enumerator,
"owner" => string,
"permissions" => reference to a HASH,
"timestamp" => integer
}
</PRE>
For <b>ARS 2.1</b> or earlier the structure is:
<PRE>
{
"changeDiary" => <i>list</I> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>,
"createMode" => open <i>or</i> protected,
"dataType" => string,
"defaultVal" => string,
"displayList" => reference to <A HREF="ds_ds.html">Display Structure</A>,
"fieldId" => integer,
["helpText" => string,]
"lastChanged" => string,
"limit" => reference to <A href="ds_fls.html">Field Limit Structure</a>,
"option" => enumerator,
"owner" => string,
"permissions" => reference to a HASH,
"timestamp" => integer
}
</PRE>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 16 Sep 1998 by jeff murphy
</address>
</BODY>
</HTML>