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 bkrike 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: emallon
  • Content: Threads
  • Order by date
  1. emallon

    VB6 + Crystal Reports 8.0 - Setting date range parameter

    I am trying to set a date range parameter in a Crystal report from my VB6 application. I have never done this before. All previous setting of parameters were single value. Can someone shed some light on the approach? here is sample code of what I am current doing to set parameter values: Set...
  2. emallon

    CR8 Export to Excel Problem with Calculations

    I have a financial report containing a subreport. Using shared variables I pass the subreport numbers back to the main report for use in a simple subtraction calculation. The difference is displayed along side the main report value. The report looks fine in print. Upon export it apears that the...
  3. emallon

    CRAXDRT and VB6 on Windows NT

    I am replacing the Print Engine with the RDC in a VB6 application. The application runs fine on my local system but when I put the VB executable on a Windows NT server it does not recognize the "New CRAXDRT.Application" instance. I have registered the craxdrt.dll and still no success. Is anyone...
  4. emallon

    VB6 and CRAXDRT on Windows NT

    I am replacing the Print Engine with the RDC in a VB6 application. The application runs fine on my local system but when I put the VB executable on a Windows NT server it does not recognize the "New CRAXDRT.Application" instance. I have registered the craxdrt.dll and still no success. Is anyone...
  5. emallon

    Changing Printers from Preview window using VB6

    I have a VB6 front-end that executes many crystal reports. Is it possible to change print destination after a report has populated the preview window thru VB or Crystal(v8.0)? If so, what must be done?
  6. emallon

    Technical Publication

    Does there exist a publication for error messages and their causes for Crystal 8?
  7. emallon

    MAX function at detail level

    I have a table containg product detail records. Each product has multiple records of the exact same data except for two fields: prod_cost and cost_key. When a product's cost changes, the cost_key is incremented and a new detail record is placed in this table for that product. How do you select...
  8. emallon

    Handling Credit Card Numbers - field limits

    My report takes the credit card number from an oracle database and simply places it on the report. The problem is for each MasterCard or Visa account(16 digits) the last digit is being changed. For AMEX accounts (15 digits) the number appears fine. Is there a numeric field size limit? Could...
  9. emallon

    Duplicate Formula evaluation

    I'm opening a CR8 report from VB6 using the automated server. In the report is a formula that calls a User defined VB6 DLL. The DLL formats a datetime stamp and executes a stored procedure to load a table with user specific data. The problem is as follows: When the report is executed manually...
  10. emallon

    CPEAUT32 ERROR thru VB6

    I have created a VB6 front end to execute multiple CR8 reports using the RDC. While executing in VB6 develop screen all works well. When I package and deploy the system, install and run the project on another machine I get a VB error message with the 'source=cpeaut32' after requesting a report...

Part and Inventory Search

Back
Top