Editbox Changed event (OpenInsight 32-Bit)
At 02 FEB 2005 07:05:33PM Wayne Shepard wrote:
The Editbox changed event doesn't seem to be firing. I've been using the CHAR event in the meantime, but that's really slow. I tried to qualify the event using
RESULTS=Send_Message(@Window:'.EDITBOX_1','QUALIFY_EVENT','Change',"1")
but that doesn't seem to work either.
Any suggestions anyone?
Wayne
At 03 FEB 2005 03:48AM Donald Bakke wrote:
Wayne,
Hmmm…it seems to be working for me. I just tested it in 7.1.
Are you sure you aren't redirecting it somewhere else? BTW, the name you put in the Send_Message function for the event was wrong. You typed in "Change" when it should have been "CHANGED". Perhaps you didn't copy/paste but just typed it here really quick.
I also wonder if your CFG_EVENTS record has become corrupted. Did you check the Event Designer to see if the CHANGED event still exists for the EDITBOX control?
dbakke@srpcs.com
At 03 FEB 2005 05:30PM Wayne Shepard wrote:
The Event Designer shows a CHANGED event with parameter New Data for the Edit Box. Should work, right?
Wayne
At 03 FEB 2005 05:42PM Wayne Shepard wrote:
I expect it has something to do with the Rich Text option being on. The Scroll bars are also deaf and dumb.
Wayne