‎2007 Nov 16 9:30 PM
How can i gray out the text editor, so that additional data cannot be entered.
CREATE OBJECT GT_TEXTBOX "cc_container
EXPORTING
CONTAINER_NAME = 'GT_TEXTBOX'.
CREATE OBJECT TEXT_EDITOR
EXPORTING
PARENT = GT_TEXTBOX. "cc_container.This is how i created the Text Editor
‎2007 Nov 16 9:48 PM
Hi,
call method gt_textbox->set_readonly_mode
exporting
readonly_mode = 1.
a®
‎2007 Nov 16 9:48 PM
Hi,
call method gt_textbox->set_readonly_mode
exporting
readonly_mode = 1.
a®
‎2007 Nov 16 10:21 PM
‎2007 Nov 16 10:30 PM
Are you using the CL_GUI_TEXTEDIT for text editor?
If yes, than this SET_READONLY_MODE method should be there.
If not, let us know, which class you are using?
regards,
Naimesh Patel