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 SkipVought 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. WolfstarUA

    Filtering AdoTable + dbrichedit

    I write next code if SearchBox8.Text <> '' then begin DataModule2.ADOTable2.Filtered := false; DataModule2.ADOTable2.Filter := '[Текст] like ' + QuotedStr('%' + SearchBox8.Text + '%'); DataModule2.ADOTable2.Filtered := true; end else...

Part and Inventory Search

Back
Top