Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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
Today is November 21, 2024, 3:51 am This article has been viewed 35394 times. Google search has resulted in one hit on this article since January 25, 2004.
|
|