StdFormCopy event

Occurs when the user clicks Copy on the Actions menu.

The default implementation creates a new object, initializes it with the values from the current object, and makes the new object the current object.

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

  • StdFormCopy
  • StdFormGetBoundValues
  • StdFormPerformValidations
  • StdFormValidationsCompleted
  • StdObjectNew
  • StdObjectSelectCurrent
  • StdObjectSelectCurrentCompleted
  • StdObjectNewCompleted
  • StdFormLoadBoundValues
  • StdFormLoadDerivedValues
  • StdFormCopyCompleted

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

Remarks

The default implementation is a form-level operation. The current object can be in a primary collection, secondary collection, or subcollection.