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 SkipVought 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: *

  1. jewels1

    SelectionFormula problem

    I have a CR with an SQL statement with an existing where clause. I also want to populate a SelectionFormula to add further criteria from my VB program. When I put the criteria directly into CR this works, yet when I copy it to VB it gives me an error : "Error in formula...
  2. jewels1

    SelectionFormula problems in VB

    You need to put quotes around the formula : ie CrystalReport1.SelectionFormula = "{Version.Version_ID} = " & cboBox.ListIndex
  3. jewels1

    (urgent!) Cannot add/subtract from a date

    I have a similar problem, but I need to add variable number of varaible intervals - ie : I might need to add 1 day to one date and 3 months to another date. Ideally the 'DateAdd' function in VB would do this, but I need to get the result at runtime in Crystal. Is there anyway this can be done ?

Part and Inventory Search

Back
Top