$OS 8.1.7.2 $sendall
Mike Rowan
michael.rowan3 at gmail.com
Mon Jun 8 22:05:37 EDT 2020
Hi
I hope we are all well.
I need to tidy up a sendall problem.
I have a method in my superclass window, $enable.
It runs the following lines on enter fields where the $userinfo is either E
or e.
pEDmode is a parameter to cause enabling or disabling.
Do
$cinst.$objs.$sendall($ref.$enabled.$assign(pEDmode>0),pos('E',$ref.$userinfo))
Returns %R
Do
$cinst.$objs.$sendall($ref.$enabled.$assign(pEDmode=0),pos('e',$ref.$userinfo))
Returns %R
but this does not enable entry fields in subwindows, tab panes etc.
I need a nested sendall perhaps but what I have tried does not work. Can
anyone advise?
Ever grateful.
More information about the omnisdev-en
mailing list