2009 Jun 02 1:10 AM
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
2009 Jun 02 4:23 AM
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
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
2009 Jun 02 4:23 AM
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
2009 Jun 02 4:35 AM
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