MAG FILEMAN FIELD ATTS (3090)    REMOTE PROCEDURE (8994)

Name Value
NAME MAG FILEMAN FIELD ATTS
TAG FIELDATT
ROUTINE MAGUFFLA
RETURN VALUE TYPE ARRAY
AVAILABILITY PUBLIC
INACTIVE ACTIVE
DESCRIPTION
This remote procedure returns a list of attributes and attribute values 
for a field in a FileMan file.
INPUT PARAMETER
  • FILENO
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the number of a FileMan file or subfile.
    
  • FIELDNO
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is the field within the specified FileMan file or subfile for which 
    attributes are being requested.
    
RETURN PARAMETER DESCRIPTION
This RPC returns an array of values formatted as follows:
 
   If no input or processing error:
          OUT(1) = 0``n where n = number of entries on the OUT() array
          OUT(m) where 1 < m <= n
                 = attribute`value
   If an input or processing error:
          OUT(1) = n`error_message