Re: Help. . . .
On Wed, 02 Feb 2000, you wrote:
> >%_Hey everyone. . . . .
>
> How do I get EU to send the cursor back to a MLE when the enter key is
> pressed in another MLE?
Here I change focus from a MLE (CustCode) to a button, but you could replace
(CustListButton) with (AnotherMLE)
procedure CustCode_onKeyDown ( int scanCode,
int shift ) if scanCode = VK_ESCAPE then setFocus(CustListButton)
end if
end procedure
onKeyDown[CustCode] = routine_id("CustCode_onKeyDown")
HTH:
Irv
|
Not Categorized, Please Help
|
|