DS Map Book
frmPageIdentifier.frm

' Copyright 2008 ESRI
' 
' All rights reserved under the copyright laws of the United States
' and applicable international laws, treaties, and conventions.
' 
' You may freely redistribute and use this sample code, with or
' without modification, provided you include the original copyright
' notice and use restrictions.
' 
' See use restrictions at <your ArcGIS install location>/developerkit/userestrictions.txt.
' 




Public bCancel As Boolean

Private Sub cmdCancel_Click()
4:   Me.Hide
End Sub

Private Sub cmdOK_Click()
8:   bCancel = False
9:   Me.Hide
End Sub

Private Sub Form_Load()
13:   optIdentifier(0).Value = True
14:   bCancel = True
End Sub