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 Cooperdam

  1. Cooperdam

    changing aspx login screen to be sent params and work

    the thing is, I user the USerid name to get their customers and display them in a combox for use in a Silverlight app.
  2. Cooperdam

    changing aspx login screen to be sent params and work

    OK they want to redirect as you suggested. How do I accept the parameters, first without the encrypt, and then once this works, I will tackle the encrypt part.
  3. Cooperdam

    changing aspx login screen to be sent params and work

    I have a simple login screen that now has to receive its parameters from another web site. I am not sure what we have to do. The other web site, will get the user id and password. the person there is asking me, does he just redirect user to...
  4. Cooperdam

    How to get the user/password of a database

    Yes, it wasn't me who set this up.
  5. Cooperdam

    How to get the user/password of a database

    In case I wasn't clear i need to access a database in a webconfig file as in this example: Where do i find the User Id and password? <connectionStrings> <add name="ConnectionString" connectionString="Server=REPORTSERVER\SQLSERVER2008;Database=Medical;User ID=sa;Password=sa;" />
  6. Cooperdam

    How to get the user/password of a database

    HI I created a database a while back but don't recall much about how i did this. It is a small database holding the users names and reports they can get. Now I have a program that is trying to read this database and get the reports to present in a combo box. But it's not displaying the data. I...
  7. Cooperdam

    Need to make this tab interface nicer and less crowded

    asp:HyperLink ID="HyperLink2" runat="server" ForeColor="Blue" style="text-decoration: underline" NavigateUrl="SpendAnalyzer/Default.aspx">CARETRAK</asp:HyperLink> The following code displays a tab for the user to click on, and then runs their app. The way it is coded, the three tabs have...
  8. Cooperdam

    Using Silverlight with SSRS

    I have been charged with changing an existing dashboard report i did in SSRS to using Silverlight, and 'flashing' it up. Silverlight cannot do direct queries on sql server. it cannot connect directly to the sql server like in asp.net for instance. A web service needs to have a database...
  9. Cooperdam

    Need to add Budget data to this SQL

    I have the following SQL as a Stored procedure that returns the sales per category group by date selected. I would like to be able to add the budget data to this and create a result that would indicated how much over or under budget the item is for a certain month, by amount and if possible by...
  10. Cooperdam

    Using Visual Studio Standard for existing SSRS

    I have a problem that I had written several SSRS reports using the trial edition of Visual Studio, the Professional ed. Now we purchased the Standard edition. What is happening is when I try to call up the reports, there is an error message that I cannot use .RPTPROJ objects with the VS I have...
  11. Cooperdam

    Where are unposted invoices

    I have some reports that show Census, Billing, PPD and Quotes. But for one customer they have only unposted invoices. I am using tables SOP10100, SOP10200. SOP30200. SOP30300. I can't figure out where to get this data.
  12. Cooperdam

    VS Standard edition

    HI This may be the wrong forum but is related to my SSRS. I had the trial edition of VS 2008 professional and wrote many SSRS reports using this. THen we bought the Standard edition which I installed. When I try to open the SSRS reports, there is a message that .RPTPROJ type is not supported...
  13. Cooperdam

    Process to make connectivity to an outside source

    HI I have some reports that we want to use with someone else's database, a marketing company. They have set up a view and connection for me. BUt where do I specifiy this? I have been given a user name and password and their iP address. I am not sure where to specify this info. In the Source...
  14. Cooperdam

    Need to show text in the sub-report

    Thank you it was the header level that needed the info.
  15. Cooperdam

    Need to show text in the sub-report

    HI I have a report that contains several rdl's. one of which I have put a heading text to explain a bit what is being shown, call this rdl section3a. It is contained in Report1. Section3a is the subreport. When I run section3 by itself, this text box displays. However, when the entire solution...

Part and Inventory Search

Back
Top