GETMEMO ​
This version works in Student Manager
Return course text descriptions or mail merge letter bodies created in Catalog Builder into a report.
Reporting Area(s) ​
Courses, Registrations
Required Parameters ​
- Catalog Code (i.e.: "BUS010", "CONFIRM")
--OR-- Field in cursor which holds catalog code (i.e. cocatcode, rudfc1, nudfc1)
Optional Parameters ​
- Logical .t. returns 2nd catalog description, .f. returns 1st catalog description (default)
- Logical .t. return catalog name, .f. returns catalog description (default)
- Field from Catalog table to return (i.e. "cabenefits", "caprereq")
Example(s) ​
GETMEMO(cocatcode) returns description for course--if catalog code has been entered in Master Course record
GETMEMO(cocatcode,.f.,.f.,"caprereq") returns the Prerequisite Description field for course--if catalog code has been entered in Master Course record
GETMEMO("BUS010") returns description of the BUS010 catalog record
GETMEMO("CONFIRM" ) returns letter body with the catalog code "CONFIRM"
GETMEMO(rudfc1) returns the catalog description for the entry stored in rudfc1 (i.e. if rudfc1 contains 'RAMADA' returns the catalog description with the code 'RAMADA'