Consultor Eletrônico



Kbase P154261: How to load a data definitions file from the Progress ABL.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2009
Status: Unverified

GOAL:

How to load a data definitions file from the Progress ABL?

GOAL:

How to load a df file from the Progress 4GL.

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

The load_df.p file is provided within the Progress procedure libraries:

%DLC%\gui\prodict.pl (contains rcode compiled for GUI environments)
%DLC%\tty\prodict.pl (contains rcode compiled for Character environments)
%DLC%\src\prodict.pl (contains source code)

If the procedure library exists on your PROPATH, you can run the following ABL statement to load a df file:

RUN prodict/load_df.p ("delta.df").