StdFormCurrentNotesCompleted event
Occurs when the user selects Notes dialog box.
or in theThe default implementation updates the Notes toolbar button, the status bar, and the
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 , 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 on the 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.