Skip to content

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 ​

  1. Catalog Code (i.e.: "BUS010", "CONFIRM")

--OR-- Field in cursor which holds catalog code (i.e. cocatcode, rudfc1, nudfc1)

Optional Parameters ​

  1. Logical .t. returns 2nd catalog description, .f. returns 1st catalog description (default)
  2. Logical .t. return catalog name, .f. returns catalog description (default)
  3. 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'

GETDATA
MEMOEXP