Skip to content

ADDFEE ​

Returns Registration Fees and additional/Optional Charges for a specific course (fees that have been set up in Course Fees)

Reporting Area(s) ​

Courses

Required Parameters ​

  1. Course # (i.e. cocrse, rgcrse, pycrse)
  2. Field from Course Fee table to return (i.e. "fedesc", "fefee")
  3. Logical .t. returns Additional Fee, .f. returns Registration Fee

Optional Parameters ​

  1. Numeric return value: positional number of fee in Course Fee table to return (i.e. 1, 2, 3)

--OR--Character return value: fee description to return (i.e. "Registration Fee", "Staff Fee", "Member Fee")

Example(s) ​

ADDFEE(cocrse, "fedesc", .f.) returns registration fees for course

ADDFEE(cocrse, "fedesc", .f., 2) returns description of the 2nd main registration fee listed in Course Fee table

ADDFEE(cocrse,"fefee",.t.,"Book") returns amount charged for optional fee "Book"

ADDFEE2
BASEFEE
FEETOTS
GETFEE
RGFEEDIST
SHOWFEES