Kbase 19960: How to Unfreeze Tables one at a time?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/12/2004 |
|
Status: Unverified
GOAL:
How to Update a frozen field in a database one at a time
FIX:
FOR EACH _file WHERE _hidden = no:
DISPLAY _file-name.
UPDATE _frozen.
END.