Javascript no executing
Posted: Thu Feb 05, 2015 8:18 am
The following 2 lines of code are in the form program. However, they both won't run together. When I have only 1 line in the program, that line works, it doesn't matter which one. But When I have both of them, they don't both work. Any ideas?
#COM_OWNER.Set_Op_Form_Refresh Event(VIEW_TABLE.OnRowClick)
#Com_Owner.Set_Op_ExecScript Event(VIEW_TABLE.OnRowClicked) Resource(HMD_DLVR5E.js)
#COM_OWNER.Set_Op_Form_Refresh Event(VIEW_TABLE.OnRowClick)
#Com_Owner.Set_Op_ExecScript Event(VIEW_TABLE.OnRowClicked) Resource(HMD_DLVR5E.js)