Using Mouse Events to Control Embedded Displays BACK | 1 2 3 4 5 6 7 8 | NEXT | MAIN
Use Graphics Builder to chart data that appears in your form. Form Builder can send the data directly to Graphics Builder, so there is no need for Graphics Builder to unnecessarily re-query the database. This significantly reduces network traffic.

To pass data from Form Builder to Graphics Builder, create a record group in Form Builder that contains the desired data. In a Form trigger, such as When-New-Record, you can add the record group to a parameter list and send it to Graphics Builder using the OG.INTERPRET procedure.