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

  1. regulardude

    Install a Local Report Server and Remote Report Server Database

    I have two specific questions about Reporting Services 2005. Both questions have to do with "Install a Local Report Server and Remote Report Server Database". 1. Can this scenario be done without the two servers being part of a domain, same domain, just local servers? 2. Can this scenario be...
  2. regulardude

    configure dsl modem for another isp

    Can anyone help me configure a Westell 6100 dsl modem, that I originally got from BellSouth/ATT to work with Earthlink? I there a way to flash the firmware to get rid of BellSouth/ATT information and configuration pages? Thanks in advance
  3. regulardude

    forms authentication

    Having a little hiccup trying to get Forms Authentication working with SSRS. Got the Forms Login and registered the user, but now I get an error when I try to login. Tried debuging but didn't help much. Here is the error: Server Error in '/Reports' Application...
  4. regulardude

    report builder login

    I have set up SSRS so that I can access it through a web browser via http://<serverip>/Reports I get the Report Manager screen and I get the Report Builder icon, which I want specifically. I click on the Report Builder icon and it launches it fine and then I get prompted for a username and...
  5. regulardude

    passing open arguments from one form instance to anther

    Hi, I am using the SingleInstanceApplication: WindowsFormsApplicationBase of the visual basic.dll in my c# application to get a single instance application. I have seen numerous articles http://msdn.microsoft.com/en-us/magazine/cc163741.aspx...
  6. regulardude

    combobox valuemember save

    I have dynamically populated serveral comboboxes on the form load in this manner: // Populate Rating ComboBox ds_Lookups.dt_RatingRow newRatingRow = ds_Lookups.dt_Rating.Newdt_RatingRow(); newRatingRow.ID = "5"; newRatingRow.Description =...
  7. regulardude

    xml as datasource

    Hi, I am getting to where I need to be, but slow going, and thanks for all of the previous help. What I have so far... Form loads and checks to see if xml file exists, if it does, it loads into runtime dataset and binds to datagrid: private void Form1_Load(object sender, EventArgs e)...
  8. regulardude

    excel into dataset via xml

    Hi, Trying to find the simplest way to import an excel file, in regular excel format, using the openfiledialog, into a untyped dataset. Steps: 1. Use openFileDialog to browse for excel file to import. 2. Code reads excel file into dataset using xml DataSet is untyped, schema varies from file...
  9. regulardude

    execute permissions

    Hi, I have a couple of questions regarding permissions and security. First, I have read many times, that a wise practice is to give your permissions through stored procedures, in other words, give execute permissions on stored procedures, and limit or do not allow direct access to tables and...

Part and Inventory Search

Back
Top