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!

Search results for query: *

  • Users: sparky2708
  • Content: Threads
  • Order by date
  1. sparky2708

    JBuilder Designer Problem - Creating RED Component

    I have a class that Extends JFrame which basically implements maximize and center called JFrameExtend. That is all it does. Now I have created an abstract class called GenericApp that derives from JFrameExtender and implements a menubar and some other components (some buttons that always appear...
  2. sparky2708

    How do I use the Crystal Analysis p

    How do I use the Crystal Analysis package to interact with an OLAP cube to make entries in Excel look like: Year: 2001 2002 Month: 1 2 3 4 5 ... 1 2 3 4 5... <companies> <balances> ... ... ... I basically want the year and month on different lines...
  3. sparky2708

    How Do I tell if a report is has no Records in C++/VB Code helpful

    How do I use the API to query whether there is any data in the report that I am trying to execute? I tried: long test = 10; VARIANT arr; VariantInit(&arr); arr = crRpt->GetNextRows(0, &test); if (test > 0) crRpt->Export(var); For some reason &quot;test&quot; is always 1. Even if there...
  4. sparky2708

    How do I get rid of Footers/Headers when Exporting to Excel

    I am looking into a problem one of our users has reported when they try to export a Crystal Report in Crystal Enterprise 8.5 to an Excel Document. There is a fix on the Crystal Decision website for Solaris for this problem...
  5. sparky2708

    Custom Settings for Crystal Enterprise

    We need to setup each one of our users to have a particular folder be the initial folder when they login to Crystal Enterprise. How do I do this across all of our users instead of asking each user to do it themselves?
  6. sparky2708

    How do I use NoData()?

    (1) I need to export a Crystal Report to a PDF but only create the file if there is any data in the report. I am using the RDC. The only way I see to do it is using the &quot;NoData&quot; event. How would I do that? i.e. how do I use these events? (2) Is there a cleaner function that I can...
  7. sparky2708

    Interesting Function

    I was thinking of a clever way of doing this but can't seem to cme up with a way. So suppose you have a crosstab in Crystal Reports and you want some field in that crosstab that is running down the page to alternate in color. Say you want every other row to have some color like green. How would...
  8. sparky2708

    Uploading Report to Crystal Enterprise

    We have Crystal Enterprise 8.0 installed and thinking of upgrading to version 8.5. Do any of the versions have a way of uploading a massive amount of reports 100+ at one time instead of going to the admin website and uploading them one by one. Any help would be greatly appreciated.
  9. sparky2708

    E-Portfolio timeout

    Sorry I have a few issues. 1. I was trying to figure out how to increase the timeout on how low long it takes to run a crystal report from e-portfolio. We seem to have a problem where all of our reports are starting to timeout. We are looking at new indexing schemes to optimize queries but as...
  10. sparky2708

    Using Functions in Reports

    I am trying to find out how to use functions in reports. I am running my reports off of an MSSQL dbserver. FYI MSSQL has these things called functions which are the same as stored procedures but they have the ability to return a table. A lot of the queries that I make always involve this one...

Part and Inventory Search

Back
Top