Class JC_TimeTrackDailyProduction_rpt

Inherits

JC_Report

Properties

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 *

Methods

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

ParameterDescription
sDate$ [input/output, date] Starting date of the week. If blank will be set as system date. Returned in YYYYMMDD format
eDate$ [output, date] Ending date calculated as +6 days from the starting date. Returned in YYYYMMDD format
Returns Always returns retSUCCESS