`
ABC: Selecting a record from a browse by double clicking when in select mode 2001-12-02 -- Dennis E. Evans Newsgroups: softvelocity.products.c55ee Hi all, > When selecting from a browse, how do I get a doubleclick on a record to lead > to editing the record insted of selecting it? BrowseClass TakeKey method, before the parent call if ( (keycode() = MouseLeft2) and (Self.Selecting) ) setkeycode(CtrlEnter) end Dennis Printed November 21, 2024, 11:16 am This article has been viewed/printed 35395 times. Google search has resulted in one hit on this article since January 25, 2004. |