Kbase P17433: 4GL. How to unforze several tables from a procedure?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/03/2003 |
|
Status: Unverified
GOAL:
4GL. How to unforze several tables from a procedure?
FACT(s) (Environment):
Progress 9.x
FIX:
FOR EACH _FILE WHERE SUBSTRING(_FILE-NAME,1,1) NE "_" AND
SUBSTRING(_FILE-NAME,1,3) NE "SYS":
_FILE._FROZEN = NO.
DISPLAY _FILE._FILE-NAME _FILE._FROZEN.
END.
This small example will unfroze any table of the application excluding the metaschema and VSTs.