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

    Date Parameter with ReportViewer

    Hi All, I have the following code which works using the ReportViewer component. However how do I pass in the current date i.e Now? When I use DateTime.Today.ToString I get the following error: The value provided for the report parameter 'SnapshotDate' is not valid for its type...
  2. JSMITH242B

    DateTime format for URL

    Hi Group, I'm trying to passs the CurrentDate to the textbox named SnapshotDate. However, when I specify a value of DateTime.Today I get an error saying that it is of the wrong type. If I type in 01/03/2006, this works and renders the form correctly How can I default the SnapshotDate with the...
  3. JSMITH242B

    Hide part of toolbar

    Hi Guys How can I hide the section of the toolbar with the Export options. I just want to show the section that prompts for the parameter and the View Report button - the top part. I've seen certain articles where they mention menubar and toolbar is it referring to these as 2 different...
  4. JSMITH242B

    Passing Report Parameters

    How can I pass a parameter from my VB.NET application to Reporting Services? Do I need to use the ReportViewer Component or should I reference the Web Service or is there another option? Pointers please. Environment VS.NET 2003. cheers
  5. JSMITH242B

    Onload event to run action

    Sorry if you've come across this post in the ASP forum. Someone suggested I try here.... How can I amend the following code so that it runs without a submit button? I included the submit button to check that it renders properly without any errors. Now that I've tested it, I want to run it...
  6. JSMITH242B

    Launch without submit button

    Hi Group, How can I amend the following code so that it runs without a submit button? I included the submit button to check that it renders properly without any errors. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <title>My test Reports</title> </HEAD>...
  7. JSMITH242B

    The Server tag is not well formed error message

    Hi Guys, I've been pulling my hair out with this one!! I'm using the reportviewer control in my ASP.NET application and need to pass in default parameters. I have the following: runat="server" ServerUrl='http://xyz/ReportServer'...
  8. JSMITH242B

    Upgrade broke working version

    Hi All, I had the evaluation version of SQL 2000 installed a while a go. I needed the samples so proceeded to do an upgrade (this time choosing to include the sample files). However the CD did not give me this option. It just went ahead with the upgrade and seems to have deleted a lot of...
  9. JSMITH242B

    Report Viewer Component

    Hi I'm trying to add the Report viewer control to my ASP.NET application however it's not listed. I've done a search on my localdrive for reportviewer.dll (I think that's the name of the file) but the file cannot be found. How can I include the Report Viewer for Reporting Services into my...
  10. JSMITH242B

    Navigating between reports

    Hi Group, Is it possible to add a Navigation buttons to a report and if so how? I've got a report. When the user clicks on this report title, it launches another report. They may want to go back to the first report. How can this be achieved? I'm passing the report parameter as a string in...
  11. JSMITH242B

    2nd Parameter default to 1st parameters value

    Hi Group, I have a set of parameters I'm using for my report. Both parameters are based on the same dataset. What the user wants is when the user selects an item from parameter one, they want to default the 2nd parameter to this same item. Is this possible? I tried using this as an...
  12. JSMITH242B

    Create new user

    How do I create a new user within a database? When I try saving the new user I'm trying to add I get the following: Error 15007: The login <new user login> does not exist. TIA
  13. JSMITH242B

    Dynamically setting the page of a frame

    Hi Group, I have 2 frames in my ASP Page. The top frame for the search screen and the bottom frame for the results. The bottom frame I've called blank.htm. On the top screen I have a button which when clicked clears the search criteria from the text boxes. However if results were returned...
  14. JSMITH242B

    Clear contents of another frame

    Hi Group, I have 2 frames in my ASP Page. The top frame for the search screen and the bottom frame for the results. On the top screen I have a button which when clicked clears the search criteria from the text boxes. However if results were returned from a previous search, these are still...
  15. JSMITH242B

    Migrating/scripting roles

    Hi Group, I scripted a table with the object permissions checked. When I tried running the script on the destination database, it said that the role/user doesn't exist for the table. Is it possible to script roles/users when I script a table object with its permissions? Regards
  16. JSMITH242B

    Check field has 1st 5 chars entered

    How can I check that a field has the first 5 characters entered? TIA
  17. JSMITH242B

    && not working

    Hi Group, I have 4 input boxes on my Search form. The user hs to enter either the surname and postcode OR surname and at least 5 char in street I have the following bit of code for the surname and postcode validation. On testing however I found that I can enter in the surname ONLY and the...
  18. JSMITH242B

    Returning records based on dob field

    Hi Group, I need to return records where the age of a person is less than 11. I have a dob field in my table which I can use with the Now function to return the desired results but I have a problem with defining the SQL statement using this. Any help much appreciated.
  19. JSMITH242B

    Setting session variable

    Hi Group, I want to return a recordset in my ASP Page that is limited in the where clause by a session variable. The datatype is int for data to be stored in the session variable. This is how I've set the Session variable based on a defined recordset. Session("schoolid") = objRS.("schoolid")...
  20. JSMITH242B

    Opening new form based on id onclick of table

    Hi guys!! I've seen the examples but I can't seem to get this to work. So far, I've been able to retrieve the data and show it in a 'table' format on my ASP page. When the user clicks a record, I want to be able to open up a new form showing more information for this user. function...

Part and Inventory Search

Back
Top