Consultor Eletrônico



Kbase P18721: Once you place your r-code in a library file, can you call the r-code from that library file without
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

Once you place your r-code in a library file, can you call the r-code from that library file without changing the syntax in your application?

FIX:

When referencing a procedure in an unspecified library, Progress searches each directory and library defined in the PROPATH until it finds the first occurrence of the procedure. Make sure the absolute path of the r-code library first in the PROPATH, i.e. a/b/c/test.pl. It is not necessary to change the application.