Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to create textbox multiline

Former Member
0 Likes
632

hi experts,

i need a little help about creating a textbox multiline, i have to create a textbox (container) wiht 4 lines and each line of 35 chars, i followed a little manual but the textbox has buttons like save ... and an status bar...

all i want is a textbox of 4 lines... without any bars

and how to get the info in the after input.

a code will be apreciated

thx in advance expertes

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
534

Hi.

Try the methods 'SET_TOOLBAR_MODE' AND 'SET_STATUSBAR_MODE' of the class 'CL_GUI_TEXTEDIT'.

For example:

CALL METHOD EDITOR->SET_TOOLBAR_MODE

EXPORTING TOOLBAR_MODE = 0.

CALL METHOD EDITOR->SET_STATUSBAR_MODE

EXPORTING STATUSBAR_MODE = 0.

I hope it will help u.

Edited by: Tysen Mars on Jun 2, 2009 5:24 AM

2 REPLIES 2
Read only

Former Member
0 Likes
535

Hi.

Try the methods 'SET_TOOLBAR_MODE' AND 'SET_STATUSBAR_MODE' of the class 'CL_GUI_TEXTEDIT'.

For example:

CALL METHOD EDITOR->SET_TOOLBAR_MODE

EXPORTING TOOLBAR_MODE = 0.

CALL METHOD EDITOR->SET_STATUSBAR_MODE

EXPORTING STATUSBAR_MODE = 0.

I hope it will help u.

Edited by: Tysen Mars on Jun 2, 2009 5:24 AM

Read only

Former Member
0 Likes
534

Hi,

SEARCH SCN/Google with SAP Text edit control, i am sure you will get a lot of useful tutorials.

Always search before posting a document.

Regards

Karthik D