1./ Could I ask about Oracle Forms, I have a Text Field with Multiple lines in Oracle Forms, when I input the value and click Enter then will move the new line inside the text box, But I want to click Enter then will move to the Next Item in the forms
I used trigger event KEY-ENTER but it did not work as expected
GO_ITEM('XXXBLOCK.QUANTITY');
2./ Or you can help me with how to use the TextBox Field which can copy and paste with the list value below
A20230101001
A20230101002
A20230101003
A20230101004
If we use Textbox Field with single-line then we just have only the value A20230101001 copied
Thanks,