| 
LOCAL cReportFile$="AR_CashReceipts.rpt"      | 
| 
LOCAL cWorkFile$="AR_CashReceiptsWrk"      | 
| 
PROPERTY ReportCaption$    * Read Only * | 
| 
FUNCTION GetSourceTables$(table$)    | 
| 
 cIsSysDB, cModuleCode$, oReportPath$, oDestination$, oStatus, oPrompt, oWindowTitle$  | 
| 
 AllowSensitiveAccess  | 
| 
 GetDecryptedCols(), CheckEncryptedCols(), ClearEncryptedCols(), DecryptRec(), EncryptRec(), GetEncryptedCols(), InitEncryptInfo(), MaskColumnValue$(), ResetEncryptedCols()  | 
 
 |