` Printed Icetips Article

Icetips Article



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 May 4, 2024, 4:03 am
This article has been viewed/printed 35117 times.
Google search has resulted in one hit on this article since January 25, 2004.