I'm creating an audit system which logs several things to a DB. I would like to grab the component name as well as form name the component is on. Example, when a basicbutton is pressed I will log the user, datetime, and the button name and the form the button is on. I have figured out everything but the form name. The issue is the audit event is in the controls solution (basicbutton code) so when I try to find the form with the component is comes back as nothing. Is it possible to cross solutions and find a form searching a control? It's easy to go from AdvancedHMI solution to AdvancedHMIControls solution, but not the other way around. Any guidance is much appreciated.
James