Please help to solve me a problem with multiline texrbox and checkbox
hai,
In my module, i've 2 multiline edit box, 2 control buttons for send and receive,1 check box.
Here, in 1 editbox i've to give characters and by clicking send control button, store that value in a temporary variable.
By clicking receive control button, i've to display the stored value in the second edit box. Since it is a multiline edit box, all the values in the first edit box are displayed in the second edit box.
So if the check box is checked, then i should receive the values stored in the temporary variable line by line only.
Can anyone help to do it?
|