Consultor Eletrônico



Kbase P105275: How to find the RECID of the template record for a given table?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/4/2008
Status: Verified

GOAL:

How to find the RECID of the template record for a given table?

GOAL:

How to identify which record is the template record for a table?

GOAL:

Is there code that will allow me see the RECID of the template record for a table?

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

FIX:

The following 4GL code will allow you to identify the RECID of the Template record:

FOR EACH _file:
DISPLAY _file-name _Template.
END.