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!

Recent content by Smitty020

  1. Smitty020

    WCF Error within SharePoint

    I have a WCF service running within a SharePoint farm with 4 web servers. This service runs correctly on 3/4 servers. Everything, is identical. (Service, web.config, bindings, security, etc.) I'm using basicHttpBinding with Kerberos. IIS is configured correctly to accomadate Kerberos and...
  2. Smitty020

    Query on "TIME" only part of DateTime

    Okay, I have a small problem. I have one Date field in a table called Transaction. From the GUI, the user has 4 options to interrogate this field. There are "start date", "end date", "start time", and "end time" datetime pickers. The user should be able to retrieve data for any set of days...
  3. Smitty020

    Debugging Stored Procedure in .Net 2003

    I've recently been debugging all of my stored procedures in Visual Studio .Net 2003, and for the most part, it has been a great experience. Today, however, I started getting an ADO error 'Invalid Column Name' when I try to save it. The weird thing is, that when I modify and save it in...
  4. Smitty020

    Problem with PowerVault 745 series

    I have a PowerVault server that acts as both a file server and print server. I recently installed 4 new printers onto this server. They were replacements for 4 existing printers. I simply swapped the names/IP addresses of the old ones with the new ones. Everything seemed to work fine for a...
  5. Smitty020

    Login Failed: Not Associated with Trusted SQL Server Connection

    Everytime I switch it to Windows and SQL authentication, it switches it back to windows only, automatically after I close the dialog? Any ideas?
  6. Smitty020

    Login Failed: Not Associated with Trusted SQL Server Connection

    It was set to windows authentication only, but when I try to register it again, it says: "SQL Server does not exist or access denied Connection Open Connect()" Am I missing something here?
  7. Smitty020

    Login Failed: Not Associated with Trusted SQL Server Connection

    I installed SQL Server on my local machine, created a database, and now I want to access that DB from an application. When I try to open the connection to the database, I get this error: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server Connection. Here is the...
  8. Smitty020

    Limit access in DataGrid

    thank you very much!
  9. Smitty020

    Limit access in DataGrid

    I want the user to be able to edit the cells that are provided in the dataGrid, but I don't want them to be able to add a row. Is there a way to stop the dataGrid from adding a row when the user clicks down or enter? Thanks in advance, Smitty
  10. Smitty020

    listBox problem

    I'm having a problem moving the a selected Item (both displayValue and valueMember to another listBox. I used the DataRowView to get a hold of both of them, and know I want to add them to another listBox. I want the Display and Value members of the second listBox to be equal to the entry in...
  11. Smitty020

    Form1 event loads Form2, need Form2 to be child of Form1's MDI

    nice dalchri! That worked! A star for you!
  12. Smitty020

    Form1 event loads Form2, need Form2 to be child of Form1's MDI

    Yeah, I see what you mean. I was even thinking, and maybe someone could help with this, that if was able to call a method in the MDIForm from Form1 to open Form2. That way, the MDI Parent would be correct and it would at least look as if the Form2 was fired from Form1. Any ideas on how to...
  13. Smitty020

    Form1 event loads Form2, need Form2 to be child of Form1's MDI

    Doesn't work. It says that a form cannot be an MdiParent and a MdiChild at the same time. Plus, I want the original MDI container to be the parent of both of the forms. Thanks! -Smitty
  14. Smitty020

    Form1 event loads Form2, need Form2 to be child of Form1's MDI

    I have a form called Form1. It's parent is MDI1. There is an event in Form1 that loads a form called Form2. When this happens, how can I make MDI1 also the parent of new Form2? -Smitty
  15. Smitty020

    Create graph in Excel with C#

    volpebianca: I've done a lot with automating Excel/Excel graphs through C#. Let me know if you need any help, I'd be glad to help. -Smitty

Part and Inventory Search

Back
Top