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 strongm 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 prettyangel

  1. prettyangel

    Passing parameter value to crystal reports

    Thanks jebenson I've done that now.
  2. prettyangel

    Passing parameter value to crystal reports from VB6

    I have a stored procedure that accepts 2 input parameters. I designed a report and specified default values for this from crystal reports and it works well, but now I want users to be able to specify values at run time from VB6 environment but all I get is an empty report, I don't know what the...
  3. prettyangel

    Passing parameter value to crystal reports

    I have a stored procedure that accepts 2 input parameters. I designed a report and specified default values for this from crystal reports and it works well, but now I want users to be able to specify values at run time from VB6 environment but all I get is an empty report, I don't know what the...
  4. prettyangel

    Error in selection formular for date field

    MisterMo, It's still the same error I'm getting, though the value is correct.
  5. prettyangel

    Error in selection formular for date field

    MisterMo, Thanks for your response but did you try replicating this on your own system? Because I'm still getting the same error message.
  6. prettyangel

    Error in selection formular for date field

    Thanks MisterMo, It failed. Crystal reports said "Not enough arguments have been given to this function" {Tablename.date} = Date(2005/12/22) but when it is in this format it displays result correctly. {Tablename.date} = Date(2005, 12, 22)
  7. prettyangel

    Error in selection formular for date field

    Thanks MisterMo for your response. Yes all my reports are integrated with VB and yes all my reports are working. In fact I've been able to view reports based on other sort criterias I'm only having problems with Date Criteria.
  8. prettyangel

    Error in selection formular for date field

    MisterMo, I've tried it to no avail, I'm stuck. I keep getting the same error message. Or could the error be due to the fact that the crystal report control on my vb is version 8 while the report file was designed with version 7?
  9. prettyangel

    Error in selection formular for date field

    MisterMo this is what I saw in debug view The date below is displayed exactly as it is in the database. "22-Sep-05" meanwhile crystal reports will take Date(2005, 09, 05) directly from design view. But my problem now is how to pass it from vb end. Formatting it to look like Date(2005, 09, 05)...
  10. prettyangel

    Error in selection formular for date field

    Thanks MisterMo, I removed the single quotes and it still gave me the same error. when I put the same selection formula directly on crystal reports design view I got the desired result but I noticed that it formatted the date as "YYYY, MM, DD" BUT EVEN WHEN I TRIED this in VB I still got the...
  11. prettyangel

    Error in selection formular for date field

    Thanks MisterMo for your response. I tried your suggestion and I got this error message ------------------------------------------------------------ Error in formula <Record_selection>. ' ' The remaining text does not appear to be part of the formula...
  12. prettyangel

    Error in selection formular for date field

    Thanks Ian for your response I must apologize for giving half information. Actually, the combobox is being populated by a table in my ms sql 7 database and the field data type is datetime. So I want users to specify report to be viewed based on date selected in the combo box. Thanks for your...
  13. prettyangel

    Error in selection formular for date field

    Hi All, I'm using crystal reports version 7.0 I passed a selection formula to crystal reports from visual basic 6 but it's telling me "error in formula record selection" The vb code is below ----------------------------------------------------------- Report.SelectionFormula = "{Tablename.date}...
  14. prettyangel

    Parameters are not being passed to crystal reports

    Thanks BobRodes and MzKitty for your responses. Do give me time to get back to you.
  15. prettyangel

    Parameters are not being passed to crystal reports

    Thanks BobRhodes for your response. I don't want to use a function to get my output. I want to input my line of codes directly behind the click event of a command button. secondly, I need help getting the output parameters value as well as plugging that value into crystal reports 7.0 using...

Part and Inventory Search

Back
Top