[progress Communities] [progress Openedge Abl] Forum Post: Reusing A Procedure Lib By...

  • Thread starter Thread starter Kai Siegele
  • Start date Start date
Status
Not open for further replies.
K

Kai Siegele

Guest
Hallo, I have created a procedure lib with some base functions (calling BaseTools.pl). Now I have created another procedure lib Formtools.pl that should use the functions of this base procedure lib. For that purpose * I have copied the base procedure lib into the directory of Formtools.pl. * I have started proenv and have switched into this directory. * I have added the base procedure lib with command prolib FormTools.pl –add BaseTools.pl. * I have checked the result of adding with command prolib FormTools.pl –list. Everything looks well. Now I want to use the procedure lib Formtools.pl and its underlying base procedure lib in a client application. * I have added procedure lib FormTools.pl to the PROPATH-variable. * I have compliled the client applcation without getting errors. Everything still looks well. When starting the client application the functions of FormTools.pl are invoked correct. But I got an error when the functions of FormTools.pl try to invoke functions of base procedure lib. Has anyone an idea why? And how to avoid this error? Kind regards Kai Siegele

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