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 SkipVought 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. benniemi

    Displaying Range Values from a Parameter in the Report Header

    try this... WhilePrintingRecords; numbervar count ; stringvar entered := ""; numbervar numb := Count ({?parameterfield}); for count := 1 to numb do ( entered := entered + {?parameterfield}[count]+", " ); "text if needed "+left(entered,len(trim(entered))-1)
  2. benniemi

    Convert numeric text to 4 digit decimal how?

    this should work for you. tonumber(left ({PERSACTION.NEW_VALUE_11},length({PERSACTION.NEW_VALUE_11})-1))/10000 bennie
  3. benniemi

    Missing/dropped recurring instances

    I have also found this problem. Scheduled instances are not shown in eportfolio and in manager history yet the reports run as scheduled. I have found that when I create a new scheduled instance...the one that didn't show no longer runs. This has happened on several of my reports. Kind of...
  4. benniemi

    Exporting To Excel

    Is there a way of taking multiple crystal reports and exporting them to a single excel xls file and having each report on a different tab within that xls file? thanks for any help
  5. benniemi

    Auto Email?

    I need to know if there is a way to set up an automatic email function within exchange. I have a zip file that needs to be emailed every morning to a distribution list. Right now we have someone do this manually. Can this be done without human interaction? Any help would be appreciated.

Part and Inventory Search

Back
Top