Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 7:00 am This article has been viewed 35395 times. Google search has resulted in one hit on this article since January 25, 2004.
|
|