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

    Reports and Adobe format

    Bochieboy, please explain what a PEPS is? I have encounter the same problem and would like to understand the scope.
  4. emallon

    CRAXDRT and VB6 on Windows NT

    I only placed the executable on the server. I have a packaged created ready for installation but was waiting to see what other options may be presented.
  5. 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...
  6. 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...
  7. 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?
  8. emallon

    Technical Publication

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

    MAX function at detail level

    Thanks. It worked perfectly.
  10. emallon

    Invalid object error

    Go to the 'Set Location' menu option and verify that your report is looking at the proper tables in the proper location.
  11. 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...
  12. emallon

    Handling Credit Card Numbers - field limits

    Malcolm, I confirm your thoughts with Seagate. They have an open issue with numbers larger than 15 digits. Seagate recommends the same work-around. Unfortunately, I can't change the datatype in the database. It affects too many other areas of the software. Thanks to all.
  13. emallon

    Last running total in report = 0

    Is your formula being used at the "Evaluate" or "Reset" level? What are your settings for the running total at the "Evaluate" and "Reset" levels? each record? on change of field? on change of group? use of formula?
  14. emallon

    Handling Credit Card Numbers - field limits

    Yes all digits are showing. The last digit for MasterCard and Visa accounts is being changed. I.E. MC acct# 5454545454545454 appears in database but appears as follows 5454545454545451 in report.
  15. 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...
  16. emallon

    Last running total in report = 0

    Is your running total in a group footer?
  17. emallon

    group problem

    How do want the report to group? By Cat_ID By Item_ID By User_ID Is this correct?
  18. emallon

    Duplicate Formula evaluation

    Formula cannot be deleted from report because it returns the session_nbr(table key) for the individual running the report. This key is part of the 'where' clause. There are no join tables. The report uses a single table loaded by the stored procedure run thru the execution of the formula. Your...
  19. emallon

    This is probably simple to do

    What your looking at here is developing a 'Cross-Tab' Report. 1) Start a new report and select 'Cross-Tab' type. Make sure you use the 'Report Wizard'. 2) Select the tables you will use in the Data Tab. Next. 3) Link the tables in the Link Tab. Next. 4) On the Cross-Tab tab you will place the...
  20. emallon

    Duplicate Formula evaluation

    Ken, The formula works whether its on the design canvas or not. The results don't change. The function in the formula is one I created. Unless you create a duplicate you can't test it. Its located in the DLL I created(CRUFLsales). A function in the DLL executes a stored procedure using the...

Part and Inventory Search

Back
Top