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

    LOCATE VS REFRESH

    I need to continuosly check a table record to find whether a column be modified from outside. MY ENVIRONMENT IS Delphi5 PrMod is TCB4Table Data are stored in DB3 Table As far as I conceive I have two chanches 1) first locate and then loop refresh PrMod.Locate('POSTAZIONE',isKeyPrmod,[])...
  2. PERMAL

    LOCATE VS REFRESH

    I need to continuosly check a table record to find whether a column be modified from outside. As far as I conceive I have two chanches 1) first locate and then loop refresh PrMod.Locate('POSTAZIONE',isKeyPrmod,[]); while (PrMod.FieldByName('COMANDO').AsString='X') do begin...

Part and Inventory Search

Back
Top