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!

Search results for query: *

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

    FloatToStrF returning different values for same data

    Hi, I have an issue where the value returned from FloatToStrF for the same data input is different for different systems. Even a hint of issues with floattostrf. Running the same app on one system (network & pcs) is returning : output input 1e-130 1e-130, Exponential, 5, 2 1e-18 1e-18...
  2. Marichele

    [ORACLE][ODBC]Driver not capable on linking

    I have crystal 8.5 and am using Oracle 8i. I am using the Oracle ODBC Driver. When starting a NEW Crystal Report or adding a table to an old one, I get the error "ODBC Error:[ORACLE][ODBC]Driver not capable". If I turn off smart linking, I don't get the error. Everything was fine until a week...
  3. Marichele

    Print Dialog Box is hidden behind app

    Hi, When we run a report from our java code (C++ cr api) straight to the printer, the print dialog box appears behind our frames, when we use the viewer it appears on top. How do we get the print dialog box to appear on top? Is there a setting for on top/up front? Currently, we are hiding our...
  4. Marichele

    Text Export gets extra carriage returns

    I am exporting to a text file. All of the columns are fixed length. Together they run out to 260 characters. I keep getting a carriage return at 255 on the Clients machine not on mine. I have changed the textExport registry to 22 characters per inch, I have chosen landscape, legal and am using...
  5. Marichele

    Text Export adds space at beginning of line

    CR 8.5 u2ftext.dll 8.5.0.98 reg textexport>cpi=15 When I do a text export for a fixed length file, CR is adding a single space to the beginning of each line. I have tried removing the margin and trimming the data, this has not helped. I have several of these types of exports and it is happening...
  6. Marichele

    Divide by zero on HTML Export

    I am running Cr 8.5, c++ 5.0 on an oracle database. The report works fine and I can export it to anything except HTML which gets the divide by zero error. This is a cover report, so no math needed. I would appreciate any insight. Thanks, Mary
  7. Marichele

    Change report from using .QRY file to inside SQL

    I want to change where my report is getting data. Right now it is using a Crystal query file. I want to drop the query and use a view instead. I don't want to have to redesign the report. Thanks, Mary
  8. Marichele

    Email HTML Attachment

    I have cr 8.5 using a vcl for crystal. I have a process which emails a report as an attachment. It works fine (Ascii, Excel, Word) except for HTML. I get "Operation not yet implemented" error. But I can export in HTML, just not to an email. Any help would be appreciated. Thank you...
  9. Marichele

    Which Query for report?

    I have cr. 8.5 using oracle 8i. I have a report with two possible queries for it, how do I tell from the development environment which query is being used? Also, Is it possible to change the query being used without having to recreate the report? Also, a report cannot find it's dictionary...
  10. Marichele

    Numeric Group Header displaying incorrectly

    I have a group header based on a sequence number (for a work list). When we browse the data in the field it is (1,2,3,4,5,6) but it displays (49,50,51,52,53,54). It appears to be displaying the ascii value rather than the number. How do we stop this? Thank you for any help you can provide...
  11. Marichele

    Server not yet opened

    running cr8.5 oracle 8i report works fine in development but when running from a java app it gets this error. Other reports work just fine (same java wrapper). All on one machine so far.
  12. Marichele

    setAction actionPerformed additions?

    Hi, I'm new to Java. I have a component from a class that references an action from another class. I want to fire one more step after the action is done(enable a button). FileBrowser is a class that allows the user to choose a directory. txtbtnlocation is a class of a textfield and a button...
  13. Marichele

    Char-Separated Values Delimiter=null

    I am developing in CR 8.5, we have a wrapper in vc++. I am trying to create a char-separated value file with the '|' character as the separator and nothing as the delimiter. This is to create a file for import into another system. In development I can select nothing for the delimiter, but I...
  14. Marichele

    Char Sep Values Export - report header with ea group

    I am trying to create an export file that has very long records. It has 4 types of records. 1) A report header 2) a Group Header 3) Detail lines 4) a Group Header 2,3, and 4 repeat. Each Section is one text object containing many fields. I am not selecting a separator(can I select crlf?) or...

Part and Inventory Search

Back
Top