I am still struggling to work PRDocuments.... I have a layout, I put a
PRDocument in it...
and the code....
document
^ self documentOf: self context structure
returns the structure of the PRDocument....
surely it should be
^ self documentOf: (PRCurrentContext value structure)
Keith