Hello,The thing I like about programming is if it doesn't work, I know
it's my fault. Please help me figure out what is wrong with me.I have a
check box, and create a mouseUp event:
form1.#subform[0].Table4[0].#subformSet[0].HeaderRow[1].LegGuardResidence1::mouseUp
- (JavaScript, client)app.alert("Here");This event never fires.If I
create another mouseUp event for a textbox, the textbox event fires
correctly:
form1.#subform[0].Table4[0].#subformSet[0].Row1[1].LegGuardAddress1::mouseUp
- (JavaScr...