Description
Read-only. Returns the EOB Remarks Code Location from the Detail line, Total Set, Page set or Document set.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.GetRemarksCodeDescriptionLocation (value)
Parameters
Object is a reference to the Form or Application object. For more information, see Form Object (page Form Object) or Application Object (page Application Object).
GetRemarksCodeDescriptionLocation is the command.
Location refers to the following values:
-
EOB_REMARKS_LOCATION_DETAILLINE
-
EOB_REMARKS_LOCATION_TOTALSET
-
EOB_REMARKS_LOCATION_PAGE
-
EOB_REMARKS_LOCATION_DOCSET
Example
Dim nLocation
nLocation = Form. GetRemarksCodeDescriptionLocation
if nLocation = EOB_REMARKS_LOCATION_DETAILLINE then
…
End if