Hi,
I've this Method in the KeyUp of Form to simulate tab in all infragistics:
IF Progress.Util.EnumHelper:AreEqual(e:KeyCode, System.Windows.Forms.Keys:Enter) THEN
DO:
e:Handled = TRUE.
ProcessTabKey(Progress.Util.EnumHelper:AreNotEqual(e:KeyCode,System.Windows.Form.Keys:Shift)).
END.
My problem is in the ultratexteditor with property multiline = YES , that when you press the button "enter" it goes to the next field, when what we should do is lower the line to keep writing~
I've solved by putting this code: