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. amatson

    Native vs. CR Driver(s) - 1

    I've searched CD papers using many key word variations nothing on cror815.dll except a download and irrelavant info. I would like to know what components of the driver are native to oracle and technical specs on the build. Motivation: I don't think changing my odbc/native driver is the fix to...
  2. amatson

    Native vs. CR Driver(s) - 1

    Debating on using an oracle8i driver with my reports in lieu of CR driver but receive conflicting advice and find little information on the subject. ***Looking for comprehensive documentation AND expert opinion on what to go with and WHY.
  3. amatson

    Using a date parameter for date/time field

    I had this same situation and used an Oracle function in the sql where clause: ...AND TABLE.DATE_FIELD BETWEEN TO_DATE('15-10-2002','DD-MM-YYYY') AND TO_DATE('06-11-2002','DD-MM-YYYY');
  4. amatson

    Restrict dynamic data based on UserID/psswd

    NOT well-seasoned programmer needs guidance: Using CRv8 w/Oracle8i and SI 7.5 to allow groups of users with different access priveleges to use the same data source. Please resond to amatson@tceq.state.tx.us if choose. Much Appreciated
  5. amatson

    Coldfusion Integration

    sorry, not to sound unappreciative, but integrating CR into a ColdFusion app has been a wild goose chase. I'll need more than a reference to the crystal decision Web site to move on this. I'm considering using crystal to programmatically accomplish this task. I need to restrict data access...
  6. amatson

    Date parameters are not refreshing.

    When creating a report there is an option under the File menu command which allows you to "save data with report". Is that "on".....sometimes it appears to be checked inadvertently. If your new date range is outside the original range it won't produce results.
  7. amatson

    Showing values from date range parameter on report

    As Reebo99 mentioned, formulas work well. "Effective: " + ToText(Minimum({WRKLOAD_RPT_1.EFF_DT})) + " To: " + ToText(Maximum({WRKLOAD_RPT_1.EFF_DT})) However, I've found that only the date range of the result set is what displays on the report. Not necessarily the date...
  8. amatson

    Crystal Reports and a VC++ app?

    I am pretty new to C++ but ... When I receive that error it is because I don't reference the class in a particular line of code or if there is more than 1 constructor declared in a program but not referenced respectively.....even when including the .h file. Are you using a private class?
  9. amatson

    Coldfusion Integration

    Yes, this is one of the many "dead ends" I find. It seems people are successful with this effort using ASP and VB --there is plenty of info out on that. But I'm looking at ColdFusion. Scenario: CF5 server (soon to be MX) CF5 studio (soon to be MX) Seagate Info.7.5 (soon to be SE9)...
  10. amatson

    Coldfusion Integration

    I need solid information on: 1) If Coldfusion 5.0 and CR 8.0 will effectively talk to each other. This does not seem to be supported in any clear documentation at Seagate/Crystal Decisions or Macromedia. <cfreport> is questionable at best. What are the alternatives?
  11. amatson

    Migrate 100 reports from crystal 5.0 to 8.0

    Have you heard of &quot;re-crystallize&quot;? Don't know how good the product is but I understand it's quick at converting reports...

Part and Inventory Search

Back
Top