Skip to content

This.Page.InterestCodes ​

Displays the list of aceweb enabled interest codes on person.awp.

ACEweb Routines/Templates ​

Person.awp

Required Parameters ​

None

Optional Parameters ​

  1. CSS class for the Interest Code table. Defaults to class specified in TableClass INI.
  2. CSS class to use on alternating table rows.Defaults to class specified in TableClass INI.
  3. TabIndex – numeric value to be used for starting tab index.
  4. Logical return value. Set to .T. if you want users to be able to remove interest codes as well as add them.

Examples ​

<%=This.Page.InterestCodes("awTable","awAltRow",,.t.) %> uses awTable and awAltRow classes and allows users to add and remove Interest Codes from their list.