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

    Pop-Up Menu error: Unterminated string constant

    I have pop-up menus in my firework png file, that I export to html for use in DW. When I look at the html file and click on the menu items I get an error "Unterminated String Constant" This is just the code exported from Fireworks, before I have added to it. Can anyone give me some...
  2. rosdancer

    Syntax Error - Unknown cause, can anyone help?

    When I run the following code I get this error Syntax error (missing operator) in query expression 'validation='countryCode' AND'. I'm not sure what the problem is and therefore I'm not sure how to change this code. Thanks in advance for the help. Roslyn Private Sub Form_Load() lngCurrentID =...
  3. rosdancer

    Syntax Error - Unknown cause, can anyone help?

    When I run the following code I get this error Syntax error (missing operator) in query expression 'validation='countryCode' AND'. Code: strSql = "SELECT * FROM ValidationList WHERE validation=" & SQLText("countryCode") & " AND order=" & SQLNumber("1")...
  4. rosdancer

    Subreport select certail data from report

    Hi, I'm using a subreport in the group header. I want it to only display the records associated with that group. How can I do that? Right now it displays all of the records each time for each group. Thanks in advance. Roslyn
  5. rosdancer

    String List using WhilePrintingRecords

    Hi, I've only been using Crystal Reports for about a month now. I would like to display a list of strings, or a concat string that is all the values in a field. The problem is that I want to display them in the group header not in the details. I've looked at using a running total but think that...
  6. rosdancer

    Create a list of items using WhilePrintingRecords

    Hi, I've only been using Crystal Reports for about a month now. I would like to display a list of strings, or a concat string that is all the values in a field. The problem is that I want to display them in the group header not in the details. I've looked at using a running total but think that...

Part and Inventory Search

Back
Top