Skip to content

GETFEE ​

This version works in Student Manager

Returns the dollar amount for a specific main registration fee set up in the Master Course record (Course | Fees).

Reporting Area(s) ​

Courses

Required Parameters ​

  1. Course #, (i.e: cocrse, rgcrse, pycrse)
  2. Main Registration Fee Description (i.e: "Registration Fee", "Staff Fee", "Member Fee")

Optional Parameters ​

  1. Logical .t. returns fee in character format with a $ and no decimals (if the fee is a whole dollar amount)

Example(s) ​

GETFEE(cocrse,"Staff Fee") returns amount of Staff fee (i.e. $125.00)

GETFEE(cocrse,"Registration Fee") returns amount of Registration fee (i.e. $199.00)

GETFEE(cocrse,"Registration Fee",.t. ) returns amount of Registration fee with $ sign (i.e. $199)

Notes ​

This function works only with Primary Fees (Main Registration Fees), not additional/optional fees.

ADDFEE
BASEFEE
FEETOTS
RGFEEDIST
SHOWFEES