StdFormCurrentNotesCompleted event

Occurs when the user selects [OK] or [Cancel] in the [Notes] dialog box.

The default implementation updates the Notes toolbar button, the status bar, and the [Actions] menu to indicate any change in note status or file-attachment status.

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

Remarks

The [Notes] dialog box, opened with the menu command [Objects > Notes for Current], applies to notes and files associated with the current record. If the user attaches a note or file to a record, the default implementation displays the message NOTES in the status bar, toggles the Notes button on the toolbar to the down state, and adds a check mark next to the command [Notes for Current] on the [Actions] menu. If the user detaches all notes and files from a record, the NOTES message is removed from the status bar, the toolbar button displays in the up state, and the check mark is removed.

The default implementation is a form-level operation.

関連トピック