Hi All,
Just a quick intro on my knowledge: I have been developing software using Progress for almost about a year now, still learning though. Although I had no training with the Language, but had similar ones like VB, SQL and other languages such as C, C++, Java, etc, I find that it's not so hard once you get the idea and syntax.
Anyways, I was wondering if there are any code (Syntax)/Handel, which can detect what sort of programs are being ran.
So instead of adding a call procedure in every program, I just have the one that can run in the background and detect what programs get called and ran.
Is there such method?
I mean, it would make life easier, instead of inserting a procedure call in every single program to register itself that it has been called or ran.
The reason why I'm trying to implement this is because, it could make things simpler for developers to detect where or which programs are involve in a specific call or if an issue occured, where we can look. Instead of going through each programs checking the logic and tracing it slowly.
Anyways, hope all can help or advise.
Cheers,
Just a quick intro on my knowledge: I have been developing software using Progress for almost about a year now, still learning though. Although I had no training with the Language, but had similar ones like VB, SQL and other languages such as C, C++, Java, etc, I find that it's not so hard once you get the idea and syntax.
Anyways, I was wondering if there are any code (Syntax)/Handel, which can detect what sort of programs are being ran.
So instead of adding a call procedure in every program, I just have the one that can run in the background and detect what programs get called and ran.
Is there such method?
I mean, it would make life easier, instead of inserting a procedure call in every single program to register itself that it has been called or ran.
The reason why I'm trying to implement this is because, it could make things simpler for developers to detect where or which programs are involve in a specific call or if an issue occured, where we can look. Instead of going through each programs checking the logic and tracing it slowly.
Anyways, hope all can help or advise.
Cheers,