I have a pb 11.5 app. I want to track when user open any window. Firstly, use need to open login window and verified by username and password. After that, open a main frame window with menu. Then user will open any window for the app. I want to track when a user open a window.
Simple solution is: in open event script for each window add a code to track who and when open this window. This need too many code as the app has more 400 window object.
Also thinking about a solution, like a global service, when open any window, log this open event. but not sure how to do it. W
What's the best solution with minimum code for this issue?