Qualify_Event (OpenInsight)
At 21 AUG 2000 01:42:45PM Hank Huizinga wrote:
In the following examples, redirecting the write event does not work while redirecting the close event does. I have never been able to redirect the close event of a window todate using the Qualify_Event Send_Message command.
Any thoughts,
Hank
OI3.7.2
* redirect write event to the click omnievent of this control.
Qualifier=1:@FM:2:'*':@appid:"*OMNIEVENT*"
Qualifier:= FIELD(@Window,'*',1,1):".B_WO_VIEW"
OldQualifier=Send_Message(WindowName, "QUALIFY_EVENT" ,"WRITE" , Qualifier)
OldQualifier is set to null * redirect close event to the click omnievent of this control. Qualifier=1:@FM:3:'*':@appid:"*OMNIEVENT*" Qualifier:= FIELD(@Window,'*',1,1):".B_WO_VIEW" OldQualifier=Send_Message(WindowName, "QUALIFY_EVENT" ,"CLOSE" , Qualifier) OldQualifier is set to 3*SYSPROG*CLOSE.WINDOW.OIWIN*
At 25 AUG 2000 01:51PM WinWin/Revelation Technical Support wrote:
Hank-
We're not ignoring you on this- we're trying to figure out if this is possible.
We'll post our findings.
Sorry for the wait
Mike Ruane