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: *

  1. finalfiler

    Help with getting some output

    Where are the variables/ constants Num and MaxNumbers declared. For example, I can't see the purpose of IF Num=Number Then A:=True; since you declare Number = 0. If you're testing for 0 why not write A := (Num = 0); Maybe if you could restate the objective of the code, or provide pseudo...
  2. finalfiler

    Create a new Access DB with ADO (Deplhi 5 Ent)

    We've placed a bit of ADO stuff on our website at http://www.finalfiler.com/delphi
  3. finalfiler

    Help with getting some output

    Repeat IF A=false Then Begin Num := number; Position := I; end Until A=true; Your program is not locking up, it's in an endless loop as A is always false! Pierre

Part and Inventory Search

Back
Top