Advertisement
ASP_Volume2 Databases/ Data Access/ DAO/ ADO #32951

crystal report date range

Print a crystal report in a certain date range

AI

Shrnutí AI: 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.

Zdrojový kód
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
Původní komentáře (3)
Obnoveno z Wayback Machine