Advertisement
C_Volume2 Databases/ Data Access/ DAO/ ADO #74013

crystal report date range

Print a crystal report in a certain date range

AI

KI-Zusammenfassung: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Quellcode
original-source
report.ReportFileName = gvPath & "\cheques.rpt"
report.CopiesToPrinter = InputBox("How many copies would you like to print")
report.SelectionFormula = "{cheques.date} in Date (" & Format$(Startdatetextbox.Value, "yyyy,mm,dd") & ") to Date (" & Format$(enddatetextbox.Value, "yyyy,mm,dd") & ")"
report.ReportTitle = "Report between" & " " & Format$(Startdatetextbox.Value, "long date") & " " & "and" & " " & Format(enddatetextbox.Value, "long date")
report.Action = 1
Originalkommentare (3)
Wiederhergestellt von der Wayback Machine