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: Rod41
  • Order by date
  1. Rod41

    How to disable/enable a selected cell in a DataGRid view

    I need a sample code that will disable a selected cell in a DataGridView using VB.net code. in my cell(10) there were two controls as TextBox. Only txtEntryDateTo_Store should be disabled. Below is my sample code, kindly insert your code in between my script.. Dim todaydate As DateTime =...
  2. Rod41

    Problem on DB2 Update Table

    fabulous... perfect! Thank you...
  3. Rod41

    Problem on DB2 Update Table

    Things are getting better now amazing... One more.. hehe I need a select statement that will only display a record with incorrect alpha_code in itemtest table. The Select statement will be executed prior to Update.. Thanks sample result should be: INTCODE -----------ALPHA_CODE...
  4. Rod41

    Problem on DB2 Update Table

    Thank you so much Mikrom...
  5. Rod41

    Problem on DB2 Update Table

    1.) csvtest table CREATE TABLE csvtest (intcode varCHAR(14), deptcode varchar(3), alphacode varchar(5)) sample record of csvtest : intcode ----- deptcode ----- alphacode 12021907-------13----------- "DSP" 11992564-------14----------- "ALP" 11803570-------15----------- "TOS" 2.) itemtest...
  6. Rod41

    Problem on DB2 Update SQL in VB.Net

    Actually there is no error on my sample code, it only replaces the Alpha_Code of ITEMTEST table with a blank.. I need to replace the Alpha_code field in ITEMTEST table with the right Alphacode in CSVTEST Table. My exact problem, what is the complete set of SQL Update command to replace the...
  7. Rod41

    Problem on DB2 Update SQL in VB.Net

    1.) csvtest table CREATE TABLE csvtest (intcode varCHAR(14), deptcode varchar(3), alphacode varchar(5)) sample record of csvtest : intcode ----- deptcode ----- alphacode 12021907-------13----------- "DSP" 11992564-------14----------- "ALP" 11803570-------15----------- "TOS" 2.) itemtest...

Part and Inventory Search

Back
Top