How can I get the name of a calling program over an appserver conenction

Status
Not open for further replies.
B

briddums

Guest
I have a program Test.p that calls ServerTest.p via an appserver call. In ServerTest.p I want to know what the calling program is. I tried using the program-name() function but it only gives a stack trace for the current appserver.

How can I find out what program called ServerTest.p?

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