Is there a proc function that can determine which trigger/proc entry code is executing from? I've designed a global message generation routine in which I pass in the Trigger Name and Entry Name (if applicable). However, if I move the code to a different trigger and/or change the Entry name, I'll have to remember to change that info.
Example: I have an Entry in Entity_Name Local Proc Modules named GetUserInfo. In this entry I determine I want to log some information so I pass a list of something like $EntName;"Local Proc Modules";"GetUserInfo" to my global messaging routine.
Ideally, I'd like to pass Uniface-generated information instead (something like $EntName;$Trigger;$EntryName").
Thanx,
..Rob..




