Skip to content

ADDLABEL

Returns the text label of the specified User Defined Field.

Reporting Area(s)

General

Required Parameters

  1. Table Name (i.e. "NAMES", "COURSE", "REGISTER")
  2. Field Name (i.e. "udfc1", "udfl2", "udfn3")

Optional Parameters

None

Example(s)

ADDLABEL("NAMES","Udfc1") returns label for the 1st Name Character User Defined Field (e.g. "License")

ADDLABEL("COURSE","Udfn2") returns label for the 2nd Course Numeric User Defined Field (e.g. "Head Count")

ACEweb Example(s)

Person.awp: <%= ADDLABEL("names","udfl2") %> displays the label for the Name UDF logical #2 field.

XCourseStatus.htm: ##ADDLABEL("course","udfc4")## displays the label for the Course UDF character #4 field.

ADDCUDFS
ADDNUDFS
ADDRUDFS