BLOB Property
Use this field to specify a previously retrieved Binary Large Object (BLOB) property containing the document to be attached or to replace the currently attached document.
On the Event Action Attach form, this field is used with the and document actions.
The contents of this field must be one of these:
PROPERTY( [ [collection,] row#,] propertyName )
P( [ [collection,] row#,] propertyName )
where:
- propertyName is the name of the property for which you want to retrieve the value.
Note: When using the IdoOnItem or IdoPostItem
framework events to retrieve a property that is part of that event, this is the only
accepted parameter.
- row# is the one-based number of the row containing the property value you want to retrieve.
Note: This argument is used only with the
IdoOnLoadCollection and IdoPostLoadCollection framework events.
- collection is the name of a result
set containing a collection you loaded earlier using a LoadCollection action.
This argumentis optional.
When you click Event Actions form, the application "wraps" this content within a DOCBLOB( ) parameter, which yields this final syntax:
to return to theDOCBLOB( PROPERTY( [ [collection,] row#,] propertyName ) )
or
DOCBLOB( P( [ [collection,]
row#,] propertyName ) )