Consultor Eletrônico



Kbase 21496: HOW-TO A quick way find area number of a table with 4GL.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/12/2001
SUMMARY:
HOW-TO find what area a table is in with 4GL.

SOLUTION:
Sample:
def var holder as char label "Table Name" no-undo.
update holder.
FOR EACH _file WHERE _file._file-name = holder.
DISP _file._file-name _file._ianum.
END.

References to Written Documentation: