Popup event to run script

I am trying to have a script trigger when a popup appears that calls a namedquery and filles in some text boxes with the results. I can't find an event that fires everytime the popup is opened up. Any ideas?

For the View which is used inside of the Popup, right-click the View node in the Project Browser panel and select the onStartup Event.

1 Like

Another way would be to create a custom property on the popup and use a named query binding. Then bind the text boxes to that property using a lookup expression.

1 Like