Creating browser based user interface with 4D Qodly Pro is very similar to use the 4D form editor. Clicking a button calls a 4D method, as you are used to work. And the method executes your (often already existing) business logic.
To do so, you define events, either for widgets or the whole page (form). Browsers work a little different than a desktop app, so there are additional events and the execution sequence might be different. Events Reports help you to better understand this.
When your logic breaks, it’s rarely the code it’s the invisible thread between events. The missed trigger. The out-of-order call. The silence where something should’ve fired.
Events Report lays that thread bare. It gives you a full, top-down view of your page’s behavior not just what’s declared, but how every event connects, in what order, and why it matters. It gives you a complete, built-in view of your page logic in Qodly Studio. Instantly see where events are declared, how they interact, and the order they run all in one place, perfectly integrated into your workspace.
See How Everything Connects
Events Report automatically maps every event defined on your Qodly page.
You can instantly view:
-
Which events exist
-
Where they’re declared
-
The sequence they follow
The result is a unified, top-down view that brings complete clarity to your page interactions.
Faster Insight, Smoother Flow
With Events Report, working on your Qodly pages feels natural and transparent. You can visualize how actions trigger one another, identify opportunities to simplify logic, and keep your workflow efficient. It’s a genuine time-saver offering a clear picture of your page’s behavior without needing to navigate between components.
Why It Matters
When event logic is visible and easy to explore, development moves faster.
Events Report helps you:
-
Debug and refine quickly
-
Collaborate confidently across teams
-
Build trust in how your pages perform
Whether you’re developing a focused internal tool or a large-scale enterprise app, clarity is key — and Events Report delivers exactly that.
Try It in Qodly Studio
You can open the Events Report for any page by:
-
Clicking the Events Report icon at the top right of your page, or
-
Selecting Open with Events Report from the Explorer.
Once opened, you’ll see a complete, top-down visualization of your events and their execution flow like in the example below.

In conclusion Events Report in Qodly Studio gives you a clear, connected view of every event on your page. Instantly see where actions are declared, how they interact, and the sequence they follow all in one place. It’s a built-in way to understand, refine, and optimize your application logic with complete clarity.
