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 TouchToneTommy 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: maggiesda
  • Content: Threads
  • Order by date
  1. maggiesda

    CR XI: Passing a datetime parameter to Stored Procedure via rpt

    I'm using C# to present a report. I'm using some sample code, which I admittedly understand only slightly. Here's the line where I try to pass the data: parameterFieldDefinition.ApplyCurrentValues(currentParameterValues); I can pass a datetime parameter for an rpt-only parameter...
  2. maggiesda

    CR XI RDC and an ODBC connection to SQL Server

    I'm trying to use the RDC API to integrate CR XI with our C++ application. I need an ODBC connection to SQL Server. I'm thinking that crdb_odbc.dll is the DLL I need in my call to LogOnServer, but I keep getting an exception. Has anyone been here and done this already? (See the code below.)...
  3. maggiesda

    ODBC fetching record 2 in one record query or table

    To improve the performance of our reports, we are starting to calculate some of our totals with SQL rather than use Crystals' variables or Summary functions. So we create a query to sum all the amounts in a field and then have the rpt file fetch the result. This works fine with a DAO...
  4. maggiesda

    Detecting top of page to repeat non-group header

    I have a header in Report Footer a. This header applies to information displayed in Report Footer sections a through i. I want to repeat the header if these sections flow to the next page. Is there a way to determine if a section is on the top of the page? I figure I could put a copy of the...
  5. maggiesda

    Crystal Reports with front-end and back-end Access database

    We are trying to use Crystal Report 8.5, using a front-end and back-end ACCESS database. The reports use the front-end database, which has a combination of real tables and queries, as well as links to all other tables, residing in the back-end database. My problem is that whenever I have linked...
  6. maggiesda

    Index in use

    Has anyone noticed that the 'Index in use' combo box in the Link Options dialog appears to be broken in Crystal Reports Version 8.5? If you set the index and save the choice, you will find the combo box blank when you come back to the dialog. It looks like a bug to me. I'm trying to find a...
  7. maggiesda

    Repeat group header on each page and initializing variables

    I have a group header and have set the option to 'Repeat group header on each page'. I also have a formula in this group header which initializes the group variables. Whenever I have a page change in the middle of a group the group variables are dutifully cleared. Now this seems to me a case...
  8. maggiesda

    Amounts doubling when exporting to WORD

    We are working with CR Version 8 and Word 97. We just discovered that when we export to WORD column totals are being doubled. This happens in more than one report, so we suspect it's a bug. Has anyone else experienced this?
  9. maggiesda

    Automating "Verify Database" with Perl or any other scripting language

    We've been able to dump the contents of our .rpt files using Perl. We've also been able to set Section Height and Text Object position. Has anyone found a way to call CR functions such as "Verify Database"? Many thanks.
  10. maggiesda

    Crystal Reports 8 exporting in HTML or ODBC

    We are not getting the HTML or ODBC options in the formats Combo List for exporting reports.  You get to the Combo List by previewing a report and then clicking on the Export option on the Menu bar.  This problem started after we upgraded from version 7 to version...
  11. maggiesda

    Subreport is putting blank lines in the report

    Here's our problem:  We have a .rpt which includes one subreport.  We want to produce a summary report, for which the subreport does some of the calculations.  Our problem is that the subreport section in the main report is creating blank spaces in the...

Part and Inventory Search

Back
Top