SHOWPDSTAT

Returns a count of paid/unpaid registrations from a specific course.

Reporting Area(s):

Courses

Required Parameters:

  1. Course # (cocrse, rgcrse, pycrse)
  2. Numeric return value.

0=Count of registrants with no balance due (paid)

1=Count of registrants with an outstanding balance

2=Count of registrants with a credit

Optional Parameters:

  1. Logical: .t. include canceled records; .f. don't return (Default)

Example(s):

SHOWPDSTAT(cocrse,0) returns the number of registrants in course who have paid in full.

SHOWPDSTAT(cocrse,1,.t.) returns the number of registrants in course who have a balance due, including any canceled registrations.

 

Related Topics Link IconRelated Topics