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 Shaun E 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. kingosticks

    Getting the ID of the last inserted record

    i have the table TblRound( RoundID : Autonumber RoundNo : integer MatchID : string } i need to get the RoundID when i insert a new record and assign it to the integer variable RoundID, i have been using the following (after inserting a new row) with no success: QryMatch.SQL.clear...
  2. kingosticks

    Creating multiple instances of a custom class

    Hello, have been looking for a decent delphi forum for my problem, hopefuly my search is over. I have the type TMsgFrame : class(Tframe) with a bunch of procedures, components etc contained within it. i also have the following record on my main form: TPost = record PMWin : TTabSheet...

Part and Inventory Search

Back
Top