| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseClass > BrowseClass Methods >====== TakeAcceptedLocator (apply an accepted locator value) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[setusepopup set usepopup property .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takeevent process the current accept loop event browseclass .htm|{{btn_next_n.gif|Next page}}]] | | || **TakeAcceptedLocator, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **TakeAcceptedLocator **method applies an accepted locator value to the browse list--the BrowseClass object scrolls the list to the requested item. Locators with entry controls are the only locators whose values are accepted. Other types of locators are invoked in other ways, for example, with alerted keys. Locator values are accepted whenthe end user TABS off or otherwise switches focus away from the locator's entry control. The AddLocator method establishes locators for the browse. **Implementation:** The TakeAcceptedLocator method calls the appropriate LocatorClass.TakeAccepted method. **Example:** ** IF FIELD() = ?MyLocator                !focus on locator field** **  IF EVENT() = EVENT:Accepted           !if accepted** **   MyBrowse.TakeAcceptedLocator         !BrowseClass object handles it** **  END** ** END** **See Also:     **[[addlocator specify a locator .htm|AddLocator]]