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. dynodave

    sql statement (where clause)

    I have this sql statement and i need to include Rec_Qty and Del_Qty in the where clause how is this possible please SELECT depot, loadno, partno, quantity, case when type = 'S' THEN quantity * -1 ELSE 0.00 END Rec_Qty, CASE WHEN type <> 'S' THEN...
  2. dynodave

    user control in a user control leave event

    I have a user control (control1) situated in another user control (control2). When I leave control1 the leave event is called twice and some strange things happen that i can't quite understand. Have anyone had this problem before and how did they overcome it.
  3. dynodave

    Getting the IP address of a user's workstation

    Thanks Sam, even though it's only a couple of lines of code - you've saved me so much time as I couldn't find how to do it.
  4. dynodave

    Getting the IP address of a user's workstation

    How do you get the IP address of a user's workstation using vb.net
  5. dynodave

    Informing a user a record has a lock on it

    How do you inform a user that the record(s) he/she wishes to view currently has a lock on it.
  6. dynodave

    change the forecolor on the datetimepicker

    How do you change the forecolor of a datetimepicker. As I seem unable to change it Thanks
  7. dynodave

    masked edit control in vb.net

    Is there a similar control like the masked edit control (VB6) in VB.NET
  8. dynodave

    checking for F10 in a textbox

    Thanks boys, the responses are very much appreciated
  9. dynodave

    stopping users entering rows in a datagrid

    cheers riverguy, just what i needed
  10. dynodave

    checking for F10 in a textbox

    how do you check if f10 has been pressed in a textbox using the keypress event
  11. dynodave

    stopping users entering rows in a datagrid

    How do you set columns in a datagrid to readonly = false while also not allowing users to enter new rows of data.

Part and Inventory Search

Back
Top