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

    Print All Views in MultiView

    I have given the user the ability to print the entire content in each of the Views in a Multi-View. But, if the user wants a complete report of all the views in a Multiview, how would I go about doing that? Thank you!
  2. jomax

    Can only pass one parameter to Oracle Stored Procedure

    I can pass one parameter to a stored procedure and get desired results. When I add just one more parameter, I receive the Oracle Error: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'SP_GET_CARRIER_ASP' ORA-06550: line 1, column 7: PL/SQL: Statement...
  3. jomax

    Upgrade to Oracle 10G now CRs don't work

    Using Crystal 9 ODBC Driver: CR Oracle ODBC Driver 4.10 (DataDirect Technologies) Database upgraded to 10G from 9i Upgraded to 10G, had oracle home 10G installed locally. Must keep oracle home 9 locally because the upgrade was to development DB only (for now). Now, I cannot access Stored...
  4. jomax

    CRViewer - ActiveX Control Question

    Using Crystal 9, web based reports. Does anyone know of a setting in the CRViewer Object that will default the Active X Control to 'Page Width' instead of '100%'. It's annoying to our users who have to scroll to the right when the report displays. Thanks!
  5. jomax

    Oracle ODBC Error Message

    Crystal 8.5 - ORACLE 9i receiving error when trying to preview Crystal Report: ODBC error: [Oracle][ODBC] Invalid Column Number <4> - does anyone out there have an idea of what this error means? It WILL preview eventually after hitting the preview button several times Thanks!
  6. jomax

    Reset Form Drop Down list to default

    I have two drop down lists. (not db linked, just hard coded) One is Country with United States as selected option. The other is State/Province list with 50 States displayed as default list, as the USA is default Country. If user selects Canada from Country list, the Provinces dynamically...
  7. jomax

    Would like to truncate long Report Titles

    I am reporting on Article usage. Some of the article titles are very long, and I would like to limit the length to 100 characters, and add ' ...' to the end. It's easy enough to do a left(fieldname, 95), but how do I format it so that I don't cut off the title in the middle of a word, in other...

Part and Inventory Search

Back
Top