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

    using "set database location" for a DB2 query

    I am trying to change databases on a report based on a complex Crystal query, and the databases are stored in DB2. Let's say I want to change from database Data1 to Data2. When I copy the query into a new report which is pointed to Data1, it works. When I copy the query into a new report...
  2. Mountaine

    string parameter in Crystal 9 command against Oracle getting ORA-24374

    This command works fine: SELECT INSTR('2000,2700',SUBSTR(fieldname,1,4)) TESTFIELD FROM tablename but when I create a parameter MyParam within the command and give it a default value of 2000,2700 I get an ORA-24374 with this: SELECT INSTR({?MyParam},SUBSTR(fieldname,1,4)) TESTFIELD FROM...
  3. Mountaine

    Excel export of numbers with "reverse sign" format

    Using CR9, when I go into the format editor for a numeric field, and check the "reverse sign" option, and then export to excel (yes, even using the MS Excel 97-2000 data only choice, with "export object formatting" checked), the result in Excel is incorrect. Numbers that show on the Crystal...

Part and Inventory Search

Back
Top