ars_GetField(ctrl, schema, id)

Returns the Field Properties Structure.

id is the numerical Field Id.

See also ars_GetListField, ars_GetFieldByName, and ars_GetFieldTable

On success
returns a reference to HASH
On failure
returns undef

Example:

         ($field = ars_GetField($c, "User", 8)) || die $arr_errstr;
         print $field->{"helpText"};

<-- Table of Contents

Last changes to this page 10 March 1998 by David Adams

© J.C.Murphy, J.W.Murphy 1997 arsperl@smurfland.cit.buffalo.edu