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 Shaun E 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. HiHeidi

    EXEC RPT from BATCH

    I'm referring to a DOS batch report. We have a batch process that runs and want to launch a crystal report from this process once the program is done. -H
  2. HiHeidi

    EXEC RPT from BATCH

    Can you launch a crystal report from a batch report? Help with specifics.. thanks!
  3. HiHeidi

    FAILED TO EXPORT on PDF file

    Yes. It just gives me an error "Failed to export". The Crystal report looks fine, I get all the data, it just won't export to a PDF file. Thanks, Heidi
  4. HiHeidi

    FAILED TO EXPORT on PDF file

    I am trying to export a report to PDF. It has a date parameter that I enter. Here's the problem, it works for some dates, but not others. I cannot see a difference in the data, but the export is behaving differently. Anybody out there have any ideas where to search? I've been through the...
  5. HiHeidi

    Text labels on Multi-Column Report

    The "count" field responsible for incrementing x IS in details A and there is no suppression criteria in Details B. What a complication! Do you know of any other way to get text labels in a multi-column report? -Heidi
  6. HiHeidi

    Labels for Multi-Column Reports

    I am having the same problem and I don't want to have to create a TTX report. I'll keep you posted if I get a solution. -heidi
  7. HiHeidi

    Text labels on Multi-Column Report

    I have followed the instruction on support.crystaldecisions.com KB article c2005944 and need further help. I use the formula to conditionally suppress my Details A sections where the text labels are: Whileprinting Records; Numbervar x; Remainder(x,5)<> 1 I only want this to display on the far...
  8. HiHeidi

    Parameter within a Parameter (select ALL or SOME)

    That worked! I think I was in too deep! Ever get lost in what you were doing? EEK! Thank you Thank you Thank you! -Heidi
  9. HiHeidi

    Parameter within a Parameter (select ALL or SOME)

    I need give my users the choice of selecting ALL values of a field {@Offset} vs. selecting SOME of the values in that field. I have a Parameter set up that asks for ALL or SELECT {?SelectOffset}. I also have another parameter field {?Offset} where users can then indicate what values they want...
  10. HiHeidi

    Expiration Dates..

    I think my brain is still in the French Quarter from the weekend, but I'm having trouble conceptualizing how I need to report on Expiration dates. I need to build a selection criteria for a monthly report on lease expiration dates. I need to pull those leases that expire in 12 months, 6 months...
  11. HiHeidi

    Select from Multiple Parameters

    More detail... How do I build a branch? Eek! Heidi
  12. HiHeidi

    Select from Multiple Parameters

    Users of my report want to from either Record.name or Record.Id. How do I build a prompt that 1) asks if they want Name or Number then 2) prompts them to enter the value for that parameter. Help! Heidi
  13. HiHeidi

    Need to return all records in group...

    I will see if this works. I'm thinking I tried that.. I do know I did a group selection. What we ended up doing is writing a UDF to import the records. The problem is with the database, not with crystal. Thanks for your response! Heidi
  14. HiHeidi

    Converting 2000-12-06:00:00:00.00 to DEC 6, 2000

    I agree.. can't you just right click the field and reformat the date?
  15. HiHeidi

    Need to return all records in group...

    I have selection criteria based on a date parameter. I have a group of records that I need to return. Each record key contains the same last 6 digits with the first 3 digits representing the status of that records. I have grouped on the last 6 digits of the record. Each records contains a...

Part and Inventory Search

Back
Top