HASOPT
Returns a .T. (True) if registration has additional/optional fees assessed.
Reporting Area(s)
Names, Registrations
Required Parameters
- Name ID (i.e. nmid, rgid, pyid)
- Course # (i.e. cocrse, rgcrse, pycrse)
Optional Parameters
- Condition to return value. The condition must be based on the Register table (i.e. "rgstatus = 'Guest' ")
Example(s)
HASOPT(rgid,rgcrse) returns a .T. if the registration has additional/optional fees assessed.
HASOPT(rgid,rgcrse,"rfdesc='Book'") returns a .T. if the registrant has a 'Book' fee.