O7 - mouseover disturbs event flow

bub buppeke at gmail.com
Thu Mar 9 23:50:43 EST 2017


Omnis Classic, how are the +10 year old braincells doing? :-)

Situation: Enterable table, when the user clicks on an entry field in 
the line, i want to know which line without disturbing the event flow

$mousevents are ON as this does not generate a #CLICK event

...If I do

IF #MOUSEDOWN

      SNA Perform Default Action

      Quit procedure

END IF

==> Everything works fine, the cursor comes in the entry field, a button 
gets clicked etc...

...If I do

IF #MOUSEDOWN

      Calculate lvLineNo as mouseover(kMLine)    ;; Or mouseover(kMPLine)

      SNA Perform Default Action

      Quit procedure

END IF

==> The event is interupted, the cursor does not come in the entry 
field, buttons get not clicked etc...

I try to solve it through window control procedure and/or table 
procedure, I can not use field procedure as fields are added dynamically

I am very very stuck :-(

bub - Bruno Huyssen

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus





More information about the omnisdev-en mailing list