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

    Why Use Delphi

    You may not know this but Delphi is going to be releasing in December their latest version of Delphi - Delphi.NET That is the direction that Borland is going - Support Microsoft, but with better tools as in C# and now Delphi.NET Delphi is a great product that I have been using since Version 1...
  2. markemoss

    TEdit - Need to do Validation / Double Entry before skip to next field

    I need to be able to do Validation / Double Entry before I exit the TEdit Component. What I want to do is let them finish typing in the value they want, then intercept the Tab to the next field, delete what they just entered and have them retype the data again and verify that it matches and...
  3. markemoss

    FindKey in Tables .dbf

    Zlaja You cannot change/set the Index if the Table is Active, Try this code. with Table1 do begin ACTIVE := FALSE; IndexName := 'STCLASM1'; ACTIVE := TRUE; FindKey(['10']); E.Text:= table1.fieldByName('clas_fdesc').AsString; end; Mark Moss
  4. markemoss

    Date functions in Delphi

    David Go to WWW.ADROCK.COM they have the best Date/Time components around. Mark Moss

Part and Inventory Search

Back
Top