| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > Code Templates >====== SelectToolbarTarget code template ====== | [[resizesetstrategy.htm|{{btn_prev_n.gif|Previous page}}]][[templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[tplcodesetabcproperty.htm|{{btn_next_n.gif|Next page}}]] | | || This Code template provides an easy way for developers to control which Browsebox in a given procedure is tied to the Toolbar navigation buttons (see //[[tplcontrolframebrowsecontrol.htm|FrameBrowseControl]]//). Toolbar Navigation Target Select the Browsebox or the Form that is controlled by the FrameBrowseControl navigation buttons. This Code template generates the following code: **DO BRW1::AssignButtons** 'where //BRW1// identifies the Browsebox to navigate, or **DO FORM::AssignButtons** 'to tie the navigation buttons to the active Form procedure (that is, the SaveButton Control template).