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,[])...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.