Lostfocus on CheckBox (OpenInsight Specific)
At 16 APR 1999 11:45:14PM Barry Stevens wrote:
I cant seem to be able to get my promoted lostfocus code (for all OWIN controls) to kick in for a CHECKBOX classId=RADIOBMP.
Debug in the script in the window control lostfocus comes up, but one in the promoted event does not (does for all other controls).
BTW my checkboxes are Tabbed controls with AUTOTAB bitmap.
Any clues anyone.
Barry
At 17 APR 1999 12:43AM Don Bakke wrote:
Barry,
By default checkboxes are do not have their promoted events enforced. Use the EVENTDESIGNER to set this property to "Yes" and then recompile your forms.
At 19 APR 1999 07:02AM Barry Stevens wrote:
Don
Thanks, I had done that, now it works and I now realise I should have logged out - before re-compiling I think.
Barry