Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TSCP74729404

    Coding Sunday Dates

    Yes, I do want to display sunday dates regardless of which date is in the data and I also want to group by these dates so that I can create a summary field of occurances that took place between Sunday date and Saturday date.
  2. TSCP74729404

    Coding Sunday Dates

    I have data that has a date field. The dates fall on any day of the week. I need to display the beginning Sunday of the minimum date as well as display the leading sunday date for any other entries. Can you help me with the code in CR 8.5, I'm new.
  3. TSCP74729404

    Need tips on coding CR 8.5 report.

    I want to print the details section of a report with decreasing shades of a color for each individual record until the last record reaches white, ie topmost record = dark blue, middle record = lite blue, last record white. I want to do it using variables.
  4. TSCP74729404

    I need help with the following message...

    To begin I have a formula as follows that reads the dates in a list then outputs the leading Sunday Dates. //@Randweek WhileReadingRecords; DateVar MyDate := Date({ProcedureName.RandDate}); //DayToStart value will be from 1 to 7. Sunday = 1, Monday = 2,...Saturday = 7...

Part and Inventory Search

Back
Top