SHOWPDSTAT
Returns a count of paid/unpaid registrations from a specific course.
Reporting Area(s):
Courses
Required Parameters:
- Course # (cocrse, rgcrse, pycrse)
- 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:
- 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.