On Feb 11, 2007, at 6:15 PM, RBNUBE wrote:
CellClick
However, if you have code in the change event, it will also execute
because
it's both being changed and clicked.
You could add a Boolean property to the window (WasClicked) that
becomes
true when the row is clicked. Then, in the Change event, if
WasClicked is
true, ignore the code in the Change event. If it's false, execute
the code
in the Change event.
That's exactly what I do with my code (except my Boolean property is
"CellWasClicked").
BTW - does RBNUBE have a real name, or is it some deep dark MI-6
secret? We're all dying to know.
Tim
--
Tim Jones
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>