StdFormGraph event

Occurs when the user clicks Graph on the Actions menu.

The default implementation opens the Graph Collection form.

In a basic form without custom event handlers, the default implementation fires the following sequence of standard events:

  • StdFormGraph
  • StdFormGetBoundValues
  • StdFormGraphCompleted
  • StdFormPredisplay
  • StdFormLoadBoundValues
  • StdFormLoadDerivedValues

Your application can call the default implementation by generating the event.

Remarks

The default implementation is a form-level operation. In the Graph Collection form, users can create graphs representing specified properties in the current collection or subcollection.