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 SugarRc

  1. SugarRc

    To check duplicate row in datawindow

    code this at the 'ItemChanged'
  2. SugarRc

    To check duplicate row in datawindow

    Here a suggestion: //=>Local control. Long ll_existe ll_existe = This.Find("your_code = '" + is_saisie + "'", 1, This.RowCount()) If ll_existe > 0 Then MessageBox('Local Duplicate','Your Message.',StopSign!,OK!) Return 1 End If Hope it can help you. SugarRc

Part and Inventory Search

Back
Top