Description
Read-only. When used with the Zone object, returns True if the image has a sticky note attached to it. When used with the Form object, returns True if a zone on the form has a sticky note attached to it.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.HasStickyNotes
Parameters
Object is a reference to the Form, Zone, or OMR Zone object. For more information, see Form Object (page Form Object), Zone Object (page Zone Object), or OMR Zone Object (page OMR Zone Object).
HasStickyNotes is the command.
Example
If MyZone.Line(1).HasStickyNotes Then
MsgBox "Note:" & MyZone.Line(1).StickyNote
End if