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 gkittelson 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. jensies

    Refreshing a ReportDocument after parameter changes

    HI, I am trying to update my report document by simply reloading it with different parameters, but, this doesnt work. I have tried refreshing the viwer and the reportdocument but, neither work. Would anyone have any ideas on what I could do? Thanks!
  2. jensies

    Cannot find KeycodeV2.dll, or invalid keycode.

    I found a solution to this so here it is if anyone is interested: http://community.crystaldecisions.com/library/kbase/articles/c2011205.asp
  3. jensies

    Cannot find KeycodeV2.dll, or invalid keycode.

    Hi, I am trying to create a web page displaying a crystal report using c#. THe following code gives me the error at the end of my post: If anyone was able to help I would be really grateful! public class WebForm1 : System.Web.UI.Page { protected CrystalDecisions.Web.CrystalReportViewer...
  4. jensies

    Deleting a row with blank fields

    You are a total star! Thanks!
  5. jensies

    Deleting a row with blank fields

    Hi, I have a table in which all of the fields can be null. I need to delete a row but cannot seem to get the correct way of setting it up to work. My query is DELETE FROM configTable WHERE var1 = '6' AND var2 = null AND var3 = null and var4 = null Would anyone know how to do this? Thanks Jenny
  6. jensies

    UNION and Stored Procedures

    Thanks! I actually have about 40 fields being selected.... I'll give the @eventId, etc a go and let you know if it is any help! Jenny
  7. jensies

    UNION and Stored Procedures

    Hi, I would like to return a value from a stored procedure. However, I am using UNION to join a lot of tables together and I keep getting an error: A SELECT statement that assigns a value to a variable must not be combined with data-retrieval operations. Would anyone know how to do this...
  8. jensies

    Splitting a large group of results

    Hi, I got this sorted using UNION instead, but, thanks for your help!
  9. jensies

    Splitting a large group of results

    Hi, Unfortunately that doesnt help me because I still have only one row of data :( But, thanks anyway!
  10. jensies

    Splitting a large group of results

    Hi, I have a few tables which I need to join together and get a number of fields out of. Each of these tables have the same first five fields (all with different results). The result I get aget makign the join and running the query is one long list of results with a lot of same field names...

Part and Inventory Search

Back
Top