Annotation

Annotation returns the requested information about an annotation within a grid object. You can define what information to return.

Syntax:

<<Annotation(“GridName”, Row, Col, Page, Attributes, Reference, Attachments)>>

<<Annotation(“GridName”, Row, Col, Page)>>

<<Annotation(“GridName”, Row, Col, Page, Attributes, Reference)>>

<<Annotation(“GridName”, Row, Col, Page, Attributes, Attachments)>>

<Annotation(“GridName”, AllRows, AllCols, Page, Attributes, Attachments)>>

where:

Examples:

<<Annotation(“Grid1”, cur, A, cur, All, All, true)>>

<<Annotation(“Grid1”, cur, A, cur, Title & Description & Author & Date & Category, Top 10, true)>>

<<Annotation(“Grid10”, 284, AB, cur, Title & Description & Date & Category, Bottom 10, false)>>

<<Annotation(“Grid1”, cur, A, cur, Title & Description & Author, BottomOnly 4, false)>>

<<Annotation(“Grid Name”, 1, A, 1, All)>>

<<Annotation(“Grid Name”,”AllRows”, “AllCols”, 1, All)>>

<<Annotation(“Grid Name”, 1, A, 1, All, First)>>

<<Annotation(“Grid Name”, 1, cur, cur, All, Replies)>>

<<Annotation(“Grid Name”, 1, cur, cur)>>

<<Annotation(“Grid Name”,1, cur, cur, Desc, Replies)>>

<<Annotation(cur, cur, A, cur, Desc)>>

<<Annotation(cur, 3, ABC, cur, title & Desc, true)>>

<<Annotation(“folder1\folder2\Grid2”, 3,A,cur, Title & Description, true)>>

<<Annotation(“current”, 294, AB, cur, Title & Description, Top 19)>>

<<Annotation(current, 39, AB, cur, Title & Description & Author, Bottom 40)>>