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 Mike Lewis 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. Dshoaf

    404 error in test only

    I found the problem. The stored proc that looks up the email address is missing from our test SQL server. (I wanted to only post the relevant code, so I commented out a big chunk to make sure it wasn't relevant and the page actually worked.) Thanks for your time, Dave
  2. Dshoaf

    404 error in test only

    I have a test web site that uses a different port for ssl than my production web site, both are on the same server. I have a simple form that has one input box for a user to enter their email address. When they submit their email address, it posts to itself and looks up their user id and...
  3. Dshoaf

    The request could not be submitted for background processing

    I am also getting that error. I can open the report and also display it on the web, but when I try to use rpt.PrintToPrinter(1, False, 0, 0) it blows up on me.
  4. Dshoaf

    clarification on function of MS disclaimer code.

    I have not yet tried Microsoft's disclaimer code, because I have read that it only works with SMTP and not MAPI. Does that mean if I send an email from outlook to someone at a different company who also uses outlook that it will not work? (basically does exchange server use SMTP or MAPI across...
  5. Dshoaf

    How does selection statement evaluate?

    I have two tables I want to search. One is keyed by date (an integer field) and also contains a claim number and worksheet number. (I want to search by that date.) The other is keyed by claim number and worksheet number and I want to search on a non-key field if the claim # and worksheet # are...
  6. Dshoaf

    How can I modify a database and then add the new fields to crystal?

    I have a report that gets it's information from a database. If I modify the database, the new fields do not show up in the report. (meaning that I can not add them to the report, I realize they will not automatically show up in the report.) The only solution I have been able to find is to...
  7. Dshoaf

    Help with grouping

    I have a fairly simple report - mostly just text except for one tricky part. I am using three tables CompanyInfo, EmployeeInfo and PlanInfo Each employee can only belong to one company, so that is straighforward enough. The tricky part is each Company has multiple plans and each plan has...
  8. Dshoaf

    Display largest revision only

    Ido, Thanks, that did it. Dave
  9. Dshoaf

    Display largest revision only

    I am working with crystal reports version 8, and I have a report based on a table with multiple revisions of each record. I would like to only display the most current record. I currently have the records grouped by SSN, and I tried using record selection so that...
  10. Dshoaf

    record selection in CR 8

    David, Thank you. That makes sense. (According to the help file that I have, CDate will take any date/time value or string, but apparently I misjudged what that meant.) Thanks, Dave
  11. Dshoaf

    record selection in CR 8

    I am using SQL server 7.0 and crystal reports 8. In my database I have companies with multiple employees. Each employee record may have multiple account records. (Three tables, two of which have foreign keys.) I have a view with the three tables joined. I would like to use Crystal reports...
  12. Dshoaf

    newbie field question

    Thank you. I was unaware that you could insert fields into a text box. Dave
  13. Dshoaf

    newbie field question

    I am using Seagate Crystal Reports Version 8.0.1.0 and I am trying to create a paragraph on a report with two variable fields. I am using a field object. I'm not sure if I should use something else, but I have been able to figure out how to get the variables into a formula without much...

Part and Inventory Search

Back
Top