>Hi, > >Here is a possible entry for searching an edit field: >begin enum = 1 >_searchBtn >_quitBtn >_startBtn >_caseBtn >_allBtn >end enum Nice routine. I think you should remove that "=" character. Otherwise _searchBtn turns out (with general shock and horror) to be 0, which cannot be what you intend. Also, it will not work with the Appearance runtime, in which a button 0 is flagged as an error. Robert P.