Good Day Fellow Listers! I did not see my last Summary so here it is again... My problems are solved and my hair is growing back. I would like to thank Teresa and Ron for their assistance with my delemna. Unfortunately it seems another limitation to ArcView is the inability to set focus to a Label Button. However a good workaround for this problem is to: 1) Disable the label Button in your open script. theDialog.FindByName("theLabelButton").SetEnabled(False) 2) Then, for the last control in the Dialog to be filled in by the user, attatch a script to itsFocusLost property. The script should read: av.FindDialog("theDialog").FindByName("theLabelButton").SetEnabled(True) av.FindDialog("theDialog").SetDefaultButton("theLabelButton") This works for what I am doing and as far as I can see, it is the only way to set focus to a Label Button. Thanx again!!! Jim Haseker GIS Programmer/Analyst Chippewa County Land Conservation