Technical Reference > Graphics Builder Automation Interface > Page Properties Functions > PageSelectFirstAssociation

PageSelectFirstAssociation

Selects the first association in the current page.

Syntax

PageSelectFirstAssociation()

Return Value

0 (zero) if successful, otherwise an error is returned.

Example

Determine whether the current page has associations in the page properties:

On Error Resume Next
Err.Clear()
GraphicsBuilder.SelectFirstAssociation()
If (Err.Number <> 0)
	' The page has no associations
End If

Related Functions

PageAddAssociation,PageAssociationDescription