[Progress Communities] [Progress OpenEdge ABL] Comment on Procedure Libraries: Manifest File for versioning PL files to allow dependencies to be speci

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
Take a look at knowledgebase.progress.com/.../P185770 I've just found out you can also use this syntax from ABL to call a .r in a pl file, without adding it to the PROPATH. That way you could provide a getVersion.p inside the pl that you can call directly: RUN myLibrary.pl<>(OUTPUT VersionInfo). MESSAGE VersionInfo VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top