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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Lucindar

  1. Lucindar

    ORA-01843: not a valid month

    Yep.... Overkill was my problem all along. I ended up taking out the DEFINE. Here is the code that completed my assignment. I appreciate the help that I received. ACCEPT datvar1 date format 'MM-DD-YYYY' PROMPT 'Please enter the low date range("MM/DD/YYY"):' ACCEPT datvar2 date format...
  2. Lucindar

    ORA-01843: not a valid month

    Yes, it WORKS! You have my undying gratitude. I feel I can proceed now with the remainder of this question and build on the code since you helped me get past this. You were correct the format for the date is different but I could not figure out how to fix it. Thanks again.:-)
  3. Lucindar

    ORA-01843: not a valid month

    Could someone PLEASE help me with this. Yes, it is a school assignment. But I have been working on it for a week and it is due today - I have searched everywhere and just cannot get past this. Any help at all is appreciated so much. 1 ACCEPT datvar1 date format 'MM-DD-YYYY' PROMPT 'Please...
  4. Lucindar

    passing variables from Subreports and exporting main report to Excel

    I have a subreport that passes a variable to the main report details section. I have placed the subreport in details section a and my details in details section b. I am using Crystal Reports v10. My client wants the report in Excel format. When I export my report to Excel, details section a...
  5. Lucindar

    I need to choose the first record and last record for a string field.

    I have tried to use the max or min function but it gives them to me alphabetically instead of by date. I have sorted the records by date. I am using Crystal 10. I appreciate any help that you can give.

Part and Inventory Search

Back
Top