Using Mouse Events to Control Embedded Displays BACK | 1 2 3 4 5 6 7 8 | NEXT | MAIN
The OG.MOUSEDOWN procedure notifies Graphics Builder of the occurrence and location of a user's mouse click. Graphics Builder treats the mouse click as if it occurred directly within Graphics Builder. This functionality allows you to embed a fully interactive display within a form.

You usually call the OG.MOUSEDOWN procedure within the Forms trigger When-Mouse-Click. You can also pass a mouse up event using the procedure OG.MOUSEUP.

In this example, the drill-down charts in the display retain their full behavior when embedded in forms.