| LOCAL cReportFile$="JC_TimeTrackDailyProduction.rpt" |
[string] Name of Crystal report file to use for report |
| LOCAL cWorkFile$="JC_TimeTrackDailyProductionWrk" |
[string] Dictionary table name of work file used to produce this report. |
| PROPERTY ReportCaption$ * Read Only * |
| FUNCTION GetSourceTables$(table$) | ||||||
| FUNCTION SetStartAndEndDates(sDate$, eDate$) | ||||||
Uses Start date to calculate ending date to be the end of the week. If start date is blank will set as system date | ||||||
| ||||||
|
|