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 John Tel 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 deadsoul1

  1. deadsoul1

    DB error but SQLCA with sqlerrtext = null OR blank

    Hi, Do not check the transaction object properties when you are using datawindows functions Use the return code of update() Check transaction properties when you use embedded sql SQLCode, SQLDBCode & SQLErrText
  2. deadsoul1

    Referencing sequential field names with a FOR loop

    Hi, Check this Long ll_Component editmask lem For ll_Component = 1 To UpperBound(control) if control[ll_Component].TypeOf() = EditMask! then lem = control[ll_Component] Messagebox("", lem.text) end if Next

Part and Inventory Search

Back
Top