Consultor Eletrônico



Kbase P161333: Is possible to format the original result from Detailed Table Report
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/10/2010
Status: Unverified

GOAL:

Is possible to format the original result from Detailed Table Report

GOAL:

How to change the output default from Detailed Table Report

GOAL:

Where is _dtbldat.p located?

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
OpenEdge Category: Language (4GL/ABL)

FIX:

The only way to do changes in the output Detailed Table Report is to customize the original source code of the product. The source code for the Data Dictionary Detailed Table is located on the dtbldat.p
Progress/OpenEdge standard procedure is contained in the adecomm.pl procedure library file. The .pl is in the PROPATH variable by default.

Launch the proenv tool.
Change to your DLC\src directory.
Extract the procedure library file.
Command: extractpl adecomm.pl

A directory called adecomm will be created.

Change from the current directory to adecomm
Look for _dtbldat.p
In additional to extract only _dtbldat.p.

Go to Proenv.
Change to your DLC\src directory and create a new directory called adecomm.
Change directory to adecomm.
Extract the file.
Command: prolib adecomm.pl -extract adecomm/_dtbldat.p