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 SkipVought 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. Josh6273

    Dynamic URLs with Java Beans

    Hi all - I'm really pulling my hair out on this one and am facing a pretty harsh deadline. I am writing a pretty basic contact management web app. In one page "employeeExpansion.jsp", I am pulling all of the employees in the database down using a Jakarta's DBTags tag library. This...
  2. Josh6273

    Suppressing "Export to Text" Dialog

    This is interesting... When I choose "Do Not Prompt Me Again" on NT, it doesn't crash. On 2000, it dies. Bah. Thanks for the information, Ken. I'll look into it and report back.
  3. Josh6273

    Suppressing "Export to Text" Dialog

    FWIW, here's what the dialog that I am trying to suppress looks like: My reason for suppressing the dialog is that if the user selects "Do not prompt me again" a program crash results. I have no idea why this might be occurring, but instead of fixing the problem, I'm not going to...
  4. Josh6273

    Suppressing "Export to Text" Dialog

    Ooops. Sorry about that. I am using Borland C++ Builder as the front and am doing this all through the Crystal Report Engine API (CRPE32.dll). Here is a snip of my export method (I've left out unnecessary parts): bool OutputToTxtFile(char *FullPathFileName) { char FormatDLL[MAX_PATH]...
  5. Josh6273

    Suppressing "Export to Text" Dialog

    Is there a way to suppress the "Export to Text" dialog box using the CRPE? I am developing on Windows 2000 using CR8.5 Developer. Thanks! Josh
  6. Josh6273

    500 Error When Exporting To Text File

    Hi all - I get a "Not enough memory for operation" when I attempt to export a print job to a text file (see below). Interestingly, the text file is created when I have no parameters that I am passing to the report (I still get the error, though), but when I enter some query criteria...
  7. Josh6273

    ODBC Error

    Hi - No worries on the questions. I don't mind giving any answers that I can to help clear this up! I have set the Net directory in the ODBC configuration to be the same as it is in the BDE: C:\shb30\data Also, I am using 5.11 of the BDE and version 5 of Paradox for Windows. Additionally...
  8. Josh6273

    ODBC Error

    Sorry. Here's the details: *Paradox 5 runtime (I have no choice in this...bah) *Crystal Reports Developer 8.5. *Microsoft Paradox driver 4.00.5303.01
  9. Josh6273

    ODBC Error

    Hi all - I am having some trouble accessing a Crystal Report through my application using the BDE accessing a Paradox database, and I am thoroughly confused as to why this might be happening. When I run the report from within Crystal, it works fine, but when I run it through my BCB5...
  10. Josh6273

    ODBC Error

    Hi all - I am having some trouble accessing a Crystal Report through my application using the BDE accessing a Paradox database, and I am thoroughly confused as to why this might be happening. When I run the report from within Crystal, it works fine, but when I run it through my BCB5...
  11. Josh6273

    ODBC Error

    Hi all - I am having some trouble accessing a Crystal Report through my application using the BDE accessing a Paradox database, and I am thoroughly confused as to why this might be happening. When I run the report from within Crystal, it works fine, but when I run it through my BCB5...
  12. Josh6273

    Paradox ODBC Error: Too few parameters.

    I have been banging my head against the desk on this for a week and am coming up empty handed. I have several reports in Crystal Reports 8.5 that are giving me troubles in the Paradox ODBC layer. I keep getting errors stating "ODBC error:[Microsoft][ODBC Paradox Driver] Too few...
  13. Josh6273

    Problems Connecting To Paradox Table

    When I run a Crystal Report from within my Borland C++ Builder-based application, I receive a "Not Enough Memory For Operation" error. Strangely, when I run the report from within Crystal, it runs just fine and returns the results that I expect. When I do a "Verify Database&quot...
  14. Josh6273

    running paradox on NT

    Angelique - If you email me the patch, I can post it on my website. If you've been emailing everyone who requests the patch, I imagine your mail server is taking a beating. Josh joshasbury@fuse.net
  15. Josh6273

    Accessing Paradox Table Takes A Long Time

    All - I am working on resolving a problem with a Crystal Report that accesses a Paradox 5 table through ODBC. The table is only 20KB, but it takes Crystal 7 minutes to add it to a new report. Any other table of comparable size gets added in 10-20 seconds. I initially thought that this was a...
  16. Josh6273

    "Not Enough Memory" Error From Within BCB App

    All - I'm still struggling with this problem. Can anyone help me with even a wild guess as to what might be causing it? My customer is getting antsy about it. Thanks much, Josh
  17. Josh6273

    "Not Enough Memory" Error From Within BCB App

    When I run a Crystal Report from within my Borland C++ Builder-based application, I receive a "Not Enough Memory For Operation" error. Strangely, when I run the report from within Crystal, it runs just fine and returns the results that I expect. When I do a "Verify Database&quot...

Part and Inventory Search

Back
Top