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!

Search results for query: *

  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
  16. Smitty020

    I'm trying to pass parameter from one form to another.

    Sorry Chip, I just realized that after I made the post.
  17. Smitty020

    I'm trying to pass parameter from one form to another.

    I have a text box on one form for which I want to use to bring up values on a new form when it is loaded. Therefore: The "string" value in txtCompany on form1 will need to be passed to form2 when it is loaded. I have this as the code under the load event for form2: Form1 frm1 = new Form1()...
  18. Smitty020

    Returning Value of a textbox

    Thanks guys......... I looked into Regular expressions, and I think I need to spend some more time with them....thanks for the direction though. I used something similar to JCruz's suggestion for now. Cheers, Smitty
  19. Smitty020

    Returning Value of a textbox

    I'm trying to work on some form validation, and I was wondering what the best way is to validate what was entered into a textbox. How can I check to see whether or not the value is a number?
  20. Smitty020

    Change default colors in excel from C#

    Hellllpppppppp! I need to change the default colors in Excel to use in a graph. I use: ActiveWorkbook.set_Color(17, RHS) what is RHS? I found that if I substitute 255 in for RHS, I get red. But how would I make blue, green, ect..... Really, I just need to know what the hell RHS stands...

Part and Inventory Search

Back
Top