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

disable texteditcontrol

Former Member
0 Likes
375

Hi all,

What is the syntax for disable the content in the texteditcontrol.?

Thanks

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
355


CALL METHOD g_edit_ctrl->set_readonly_mode
EXPORTING
readonly_mode = 1. 

a®

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
356


CALL METHOD g_edit_ctrl->set_readonly_mode
EXPORTING
readonly_mode = 1. 

a®