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 dencom 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: *

  • Users: crdamsel
  • Content: Threads
  • Order by date
  1. crdamsel

    GENERATE AUTOMATIC DATE

    CAN SOMEONE HELP ME CREATE A DATE FIELD IN A WEB PAGE THAT AUTOMATICALLY UPDATES EVERY 2 WEEKS? FOR INSTANCE, WHEN THE WEB PAGE IS ACCESSED, IT WILL SHOW WHAT WAS THE ORIGINAL DATE OF 08/12/2016 (NOT NECESSARILY IN THIS FORMAT) TO BE 08/26/2016 BUT ON OR AFTER 08/26/2016, THE DATE CHANGES TO...
  2. crdamsel

    COMPARE SUBREPORTS

    HELLO FELLOW CRYSTAL REPORTS PROGRAMMERS. DOES ANYONE KNOW HOW TO COMPARE DATA IN ONE SUBREPORT TO ANOTHER ONE? FOR INSTANCE, CHECK TO SEE IF A LINE OF DATA IS IN ONE SUBREPORT AND IF A LINE OF DATA IS IN ANOTHER SUBREPORT AND VICE VERSA? ANY HELP OR SUGGESTIONS WOULD BE VERY MUCH APPRECIATED.
  3. crdamsel

    Connect CF to MS Access Code

    Does anyone know the ColdFusion code to connect to an MS Access database on another server?
  4. crdamsel

    SUPPRESS TEXT OBJECT

    NEED TO SUPPRESS A TEXT OBJECT DEPENDING ON 2 PARAMETER FIELDS. IF {?Product} = "T35" THEN DO NOT SUPPRESS BUT IF {?Code} = "F" THEN SUPPRESS. TRIED USING THE FORMULA BELOW IN FORMAT EDITOR CLICKING THE X-2 BUTTON LEAVING THE SUPPRESS CHECKBOX UNCHECKED IN THE COMMON TAB BUT WILL NOT WORK IF...
  5. crdamsel

    CR Group Footer Date Format Problem

    Have a problem with the data format in a Group Footer. The date is supposed to be YYY-MM-DD in the Group Footer total but when it is the first line in a next page, it changes to M/DD/YYY as shown below: HEADING PH ======= ----------------------- GF1 Total for 6/30/2004 GH Example...
  6. crdamsel

    Crystal Reports Uppercase Special Fields

    Help, please...How can i UPPERCASE the Special Fields such as Data Date and Page N of M in my report? Can't create a formula using the UpperCase() function because these Special Fields don't show up in Formula Editor or Format Field.
  7. crdamsel

    Merge Detail Lines in CR Report

    How can I get the data to come in on the same line and not each record from the database be its own Detail (Footer?) line as shown below? This: GH (suppressed) (Column1)(Column2)(Column3)(Column4)(Column5) D XX:123 D ...... ZZ:345 D ............. YY:567 D .................... WW:789 D...
  8. crdamsel

    Crystal Reports Running Totals By Group

    What formula would I use for a group that has its own running total? Need a running total (3569+13=3582, 3582+17=3599, etc.) for each group (LAX, SFO, etc.) in this report as shown below so if you can tell me a formula to use or just a suggestion on what I could do, I would really, really...

Part and Inventory Search

Back
Top