' 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.'PublicbCancelAs Boolean Private SubcmdCancel_Click() 4: Me.HideEnd Sub Private SubcmdOK_Click() 8: bCancel =False9: Me.HideEnd Sub Private SubForm_Load() 13: optIdentifier(0).Value =True14: bCancel =True End Sub