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 Mike Lewis 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: Darci
  • Order by date
  1. Darci

    Hide a datagrid column

    Hi, I am pulling data into a grid from SQL Server and I want to hide one of the columns. How do I do this? Thanks, Darci "If you do what you always did, you get what you always got." Darci
  2. Darci

    Function help

    Hi, Can someone help me write a function that takes the id number and returns the name. For instance, I have an ATM table that contains the related bank id. I want to be able to pass the bank id and return the name. Thanks Darci "If you do what you always did, you get what you always...
  3. Darci

    new to php

    Hi, I am new to PHP...I am trying to read a text file and return strings separated by commas. How do I do it?....I can read the file and return the entire file, I just don't know how to pull the individual strings. Thanks darci "If you do what you always did, you get what you always...
  4. Darci

    DataGrid...SQL Error...Please Help

    I so appreciate your help....and so you know ....I did do what you requested to no avail...I had a valid row count ...and when updating tables that my view pulls from I had a valid number of updated rows...that is why I was so stumped...but I did solve the error...and here is how...I still can't...
  5. Darci

    DataGrid...SQL Error...Please Help

    I get the error on the callgrid.datasource line.....I appreciate you looking into it. Thanks Darci
  6. Darci

    DataGrid...SQL Error...Please Help

    It is the column does not belong to the table error.....
  7. Darci

    DataGrid...SQL Error...Please Help

    Here is the other weird thing...and maybe you can determine the problem from this. It will work the first time the code is called to reload the grid. It throws the error on the second time the code is called. And if I change the table name...ie... cmCallLog.Fill(dsCallDetails...
  8. Darci

    DataGrid...SQL Error...Please Help

    Yes, I have stepped through the code....I really appreciate you trying to help, cause I am stumped! What I am doing exactly is updating a table that my view is pulling from. After I update the table, I am trying to reload the grid using the code above. (Same code I use to load it). I have...
  9. Darci

    DataGrid...SQL Error...Please Help

    That is the thing....it is the exact same code... Connect = New SqlConnection("Server=SERVER;Integrated Security=SSPI;Database=ATMTracking;") strSQLCall = "SELECT * FROM ViewCallDetail" dsCallDetails = New DataSet cmCallLog = New...
  10. Darci

    DataGrid...SQL Error...Please Help

    Hi, I have a datagrid that is populated from a view in SQL server. When I set the datasource on load it works fine. However, when I update and then try to reload the grid I get an error saying column dos not belong to table. anyone have any ideas? Darci
  11. Darci

    Please help....My forms won't close

    Hi, I have copied code from another thread below.....and this should help me solve my problem....but as I have never worked with modules or threads...I am not sure how to implement this into my application. I need to click on form3....close form2 and open form1...so I now have form 3 and...
  12. Darci

    Please help....My forms won't close

    Hi, I have a MDI form that contains two children. One of the children calls another form that basically pops up and shows additional information about a machine. I want to be able to close the pop up form from the child form when the user selects a different machine in a combo box ....I can't...
  13. Darci

    Form Start Position Question

    Hi, Can someone tell me how to set the form start position to the lower, left of my parent window? Any help/direction would be helpful. Thank you Darci
  14. Darci

    Combo box help

    I figured it out....thanks anyway.... Darci
  15. Darci

    Combo box help

    Hi.....I have a combo box on a form that is being populated from a data set. I have the Displaymember set to a Column and the valuemember set to a column. I want to pass the valuemember, which is the ID number, to use in another query to pull data to fill in a text box. I can't seem to...
  16. Darci

    -Datagrid question

    Hi, Can I bring up a blank data grid that displays columns and rows with no data so the user can enter data? Any suggestions would be helpful...thanks
  17. Darci

    Windows form border color

    Is there a way to change the windows form border color from blue to something else? I can't find a property for it. Thanks in advance Darci
  18. Darci

    What's the ratio between Twips and Pixels?

    I think one twip = 1400 pixels....
  19. Darci

    How to evaluate if dataset is empty

    Thanks you guys!!! I was so close....guess that is how you learn....thanks again Darci
  20. Darci

    How to evaluate if dataset is empty

    Hi... I am building a form and need to evaluate whether or not the data set contains records....I can't seem to find the method.....here is what I have so far Connect = New SqlConnection("Server=SERVER;Integrated Security=SSPI;Database=Manifest;") strRouteSQL = "SELECT BankID...

Part and Inventory Search

Back
Top