cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to make a EditText multiline?

makhamadzoidov
Explorer
0 Kudos

SAPbouiCOM.Item oEditTextItem = oForm.Items.Add("resulted", SAPbouiCOM.BoFormItemTypes.it_EDIT);

oEditTextItem.Left = 10;

oEditTextItem.Top = 60;

oEditTextItem.Width = 400;

oEditTextItem.Height = 300;

oEditTextItem.Enabled = false;

oResultEdittext = (SAPbouiCOM.EditText)oEditTextItem.Specific;

I have this code when I print oResultEdittext it appears in one line but If I copy and paste it for word or etc... It printed seperated with multiline. How to fix this bug

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert

Hi makhamadzoidov,

Check it_EXTEDIT for EditText with multiple lines.

Hope it helps!

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

Answers (0)