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

    TDBGrid Cell click problem

    try to draw the images in OnDrawColumnCell or OnDrawDataCell Using these methods to draw the grid gives you a good control over what is happening during the drawing of the cells If you have used these methods already please let us see your code
  2. amirmahfoozi

    TDataSet Filter Keywords

    the statement in filter would be inserted after a WHERE keyword in a SQL statement so you might use everything that could be in a WHERE statement in SQL for example you could use this snippet to have very flexible filter in your applications : dm1.qryCustomer.Filter:='CU_Partner=true and...

Part and Inventory Search

Back
Top