Consultor Eletrônico



Kbase 14135: dictrace.i will show what source files in Data Dictionary
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
dictrace.i will show what source files in Data Dictionary

What file to change in the V6 Progress Dictionary code?
-------------------------------------------------------

Customers often would like to customize the Progress
Data Dictionary to fit their own needs. Progress
gives the Data Dictionary source to customers for this
purpose. It is written in the Progress 4GL. The hard
part is knowing where in all that code to make the
changes. You can find out what .p of the data dictionary
code that you need to change by editing the dictrace.i
file in the prodict directory. Edit this by making the global
variable 'trace' = true. Now when you run the Progress
Data Dictionary, the names of the .p files you are accessing
will be displayed.

If you are changing the Data Dictionary itself and will
be running the new dictionary against many database,
you must compile with the -ld DICTDB option so that the
r-code can be run against any database; otherwise only the
database that you are compiling against will
be able to use the new r-code because the name will be
embedded in the r-code.

Progress Software Technical Support Note # 14135