[Migrated content. Thread originally posted on 12 October 2010]
Hi There,I have created a custom control which is basically Microsoft Rich Text Box control. This was done to facilitate correct as you type spell checking etc.
So I have created my control in a new 01 screen rec to be displayed as requried.
01 Main-io-SFIText, @SFITextBox,
COL 20.40, LINE 70.20, LINES 19.80 CELLS,
SIZE 58.40 CELLS,
ID IS 144, INITIAL-STATE (ActiveX-Res, "Main-io-res"),
use-return
VISIBLE visible-sfitext.
and display it on the main window handle:
display main-io-sftext upon care-window
This all works great, but every time I click inside the textbox control an accept event is created (96) which then takes the focus of my textbox. Therefore I am never able to type in it. How do I stop this particular control from firing off events ?
Thanks in advance.
Juls



