In this example, we will use the nowordwrap option with the textbox command. To demonstrate this, please do the following.
-
Go to the MM01 screen.
-
Open the 'SAPLMMGM.E0060.sjs' script file, and change the code for the second textbox that we created in the previous example.
textbox([1,2], [10, 100],{" name":"z_text"});
textbox([1,2], [10, 100],{" name":"z_totext", "nowordwrap":true});
-
Save your changes and then enter some text in the first textbox. It will now dispaly as shown below: