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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BurnsORegan

  1. BurnsORegan

    Using JDE BLOB files with Crystal 9

    Greetings all Has anyone ever tried using Crystal to include part of an JDE Media Object before: Here is what I am trying to do: I have a report in CR9, SQL database obviously JDE front end. Users store Client communications from the call centre in Attached text files through the JDE front...
  2. BurnsORegan

    Hiding Subreport - Still getting Shared Var

    Greetings all Is there anyway in CR9 to suppress a sub-report, ie. get it to not print, but still get the values in the shared variables? Regards BurnsORegan
  3. BurnsORegan

    Supressing Sub-Reports

    Greetings all.... Is there any way to supress a Sub-Report from Printing but still have it return values in the shared variables...? Regards BurnsORegan
  4. BurnsORegan

    1000's of values into a Parameter....

    There is another way..... Check out this site for CViewPick and CViewManager www.chelseatech.co.nz Dynamic Parameter defaults..... BurnsORegan
  5. BurnsORegan

    weird problem

    Can you mail the .rpt file to me to have a look. burnsoregan@aol.com Regards Tim
  6. BurnsORegan

    weird problem

    It sounds as though the dates are appearing in different sections, with "New Page" set. Have you checked the Page Footer and Group Footer sections for the New Page setting? Please give more details about the formulas being used.
  7. BurnsORegan

    Suppressing Test Fields

    Smil3y Please explain in more detail the presence of the fields. Why would they see fields in the group header.....in the footer. These are 2 different sections. If you do not want the text fields visible then supress them or supress the section. I believe there is something missing here....
  8. BurnsORegan

    Drilling down through ePortfolio?

    Can anyone suggest a reason why when drilling down through ePortfolio the drill down starts at the beginning of the report again (ie. bring up a second copy of the entire report) and not drill into the record selected? Thanks BurnsORegan
  9. BurnsORegan

    Parameters - single or multiple user selection (i.e.optional)

    This is very possible, however does involve some work..... In your data selection you need to define a series of If..then..Else functions, 1 for each parameter: If (?Parameter) = "" //or 0 if number then true else {Field} = (?Parameter) Good Luck BurnsORegan
  10. BurnsORegan

    Suppressing $ signs in details

    try a simple formula: iif([line_count]=1,"$" & CurrentFieldValue, CurrentFieldValue) or some such thought.... BurnsORegan
  11. BurnsORegan

    Error: The report file to associate with this object was not specified

    Can anyone help with this message. It appears when trying to publish a report via ePortfolio. The report is quite large in size (22Mb). I get the same problem when tring to upload another report which is even larger. Is there a Time OUt setting or is their something wrong with the report. I...
  12. BurnsORegan

    Size of Parameter Window?

    Good Day to all.... Has anyone figured out a way in Crystal (9) or any other version to adjust the size of the Parameter Field window so as not to have a scroll bar down the right hand side? Regards BurnsORegan
  13. BurnsORegan

    Security in Crystal 9

    Katy Have you introduced a Parameter for security or are you using either their Netword or Database USER ID? I am stuck on a similar issue.... Regards BurnsORegan
  14. BurnsORegan

    new page after Parameter Change

    bhp Use the section expert to define "New Page Before" on the group header your parameter prints. That should work. BurnsORegan

Part and Inventory Search

Back
Top