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 wOOdy-Soft 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 MJSQA

  1. MJSQA

    Runtime does not export PDF

    I have read that article. It says that pdf export is not supported in the ocx until version 8.5. I am on version 8.5 so not an issue. Also, the export works on the dev machine which, as far as I can tell, has all of the same files that are needed. Obviously not the case.
  2. MJSQA

    Runtime does not export PDF

    We use the ocx control for running reports on client machines. We have enabled the export button and all of the exports work fine except the pdf one. I have the following files installed and the appropriate ones registerd: CRXF_PDF.DLL CRX_RTF.DLL CRTSLV.DLL EXPORTMODELLER.DLL ATL.DLL Even the...
  3. MJSQA

    Flash 6 ActiveX error

    We use the Flash ActiveX control in our software. It worked fine with Flash Player 5, but it always crashes with Flash Player 6. The command that causes the crash is Put Movie. Have installed the latest version of the player and this happens on every computer that we have tried it on. The...
  4. MJSQA

    Need Help w/ Select Expert!

    can you give some more details? Do you need to replace every "m" with a "!" or what?
  5. MJSQA

    Keeping it together

    If you select keep together in the section expert you are only keeping the group header together. In the design area right click on the group and choose Change Group. In there put a check box in Keep Group Together. That should take care of your problem.
  6. MJSQA

    help with running total

    Can you give a better idea of what you are doing. What do you mean by sorting by running totals. Is this a field in the table, a formula, ...? Have you tried doing a topN sort or anything like that>
  7. MJSQA

    Subtracting two Dates, converting to seconds

    This is giving you the number of days between the times. Multiply by the number of seconds in a day and you get your answer.
  8. MJSQA

    Convert unix time to date time

    Actually, unix time should not have the periods. It is a count of the seconds since 1/1/1970. To calculate the date here is the formula: dateTimeVar originaldate := DateTime (1970, 01, 01); originaldate + ({unixtime}/86400) I divide the time by the number of seconds in a day and add that to...
  9. MJSQA

    subreport locations

    If the subreport is coming back with no data and your only condition is the parameter from the main report, you may not be passing the condition for some reason. Try creating a shared variable in the header of the main report that accepts the value of the parameter. Then pull the subreport on...
  10. MJSQA

    Global variable problem

    I am using "WhilePrintingRecords". I have a formula that I have placed in section b so that I can make sure that it has the correct data from the variable. For some reason the variable gets reset to current page on every page. (I checked and there are no other places where this is...
  11. MJSQA

    MEssage Box

    Try creating an alert. Under the reports menu there is a choice to Create Alerts. You can set a condition for an alert. I have looked into this in the past and have not gotten it to do what I want, but it may work for your situation.
  12. MJSQA

    Global variable problem

    I tried that. Still not working. For some reason it appears that Crystal evaluates all of the detail sections before it prints any of them. So what happens is that it evaluates the suppression of detail a and b when it starts to print a. Therefore it chooses to suppress b because it...
  13. MJSQA

    Global variable problem

    I am not trying to have something happen on the subreport. If the subreport causes the detail section to span to another page I want the detail section b to print. If it does not span a page then I want detail section b to be suppressed. Detail section b is in the main report.
  14. MJSQA

    Global variable problem

    I have a report that has a subreport in each detail section. The subreport can grow and so I never know how long it is going to be. It may span to a second page. If it does then I need to reprint some of the detail section on the second page. I am handling this by adding a detail section b...
  15. MJSQA

    Inserting a web pag

    I don't want a hyperlink to a web page, I want a copy of the webpage in the actual report.

Part and Inventory Search

Back
Top