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 TouchToneTommy 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: Ulfeng
  • Content: Threads
  • Order by date
  1. Ulfeng

    TDBGrid Problem

    This may be easy but I've poured through the dbGrids.pas and grids.pas files to no avail. Anyone know how to read the buffered text in the TDBGrid for the current column? I tried to access through the SelectedField.AsString property but that just shows the old field data, not the current text...
  2. Ulfeng

    TField in Memory...

    I have a requirement to add a TField in memory to an in-memory TQuery. This TQuery component is not on a data module. The code follows: Note AField is defined as TField; qCorrect:= TQuery.Create(nil); with qCorrect do begin Name := 'qCorrect'; AutoCalcFields := False; DataBaseName :=...

Part and Inventory Search

Back
Top