I am manually defining a delete trigger for a database table in my application and have ran into a little snag. I need to be able to find out what window/procedure caused this trigger to fire. Inside the trigger, even the CURRENT-WINDOW:NAME and ACTIVE-WINDOW:NAME return as ?. THIS-PROCEDURE:FILE-NAME returns the name of the main window (where the trigger resides) Is there a way to get this information?
Thanks,
Wes
Thanks,
Wes